Searched refs:calcVector (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/hsail/
H A Doperand.hh591 virtual void calcVector(Wavefront *w, std::vector<Addr> &addrVec) = 0;
606 void calcVector(Wavefront *w, std::vector<Addr> &addrVec);
671 RegAddrOperand<RegOperandType>::calcVector(Wavefront *w, function in class:RegAddrOperand
711 void calcVector(Wavefront *w, std::vector<Addr> &addrVec);
729 NoRegAddrOperand::calcVector(Wavefront *w, std::vector<Addr> &addrVec) function in class:NoRegAddrOperand
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh64 this->addr.calcVector(w, addr_vec);
215 this->addr.calcVector(w, m->addr);
381 this->addr.calcVector(w, m->addr);
553 this->addr.calcVector(w, m->addr);

Completed in 9 milliseconds