Searched refs:getRegisterIndex (Results 1 - 8 of 8) sorted by relevance

/gem5/src/gpu-compute/
H A Dcondition_register_state.cc72 markReg(ii->getRegisterIndex(i, ii), 1);
77 registerEvent(w->simdId, ii->getRegisterIndex(i, ii),
H A Dvector_register_file.cc125 uint32_t vgprIdx = ii->getRegisterIndex(i, ii);
164 uint32_t physReg = w->remap(ii->getRegisterIndex(i, ii),
220 uint32_t physReg = w->remap(ii->getRegisterIndex(i, ii),
H A Dgpu_dyn_inst.cc112 GPUDynInst::getRegisterIndex(int operandIdx, GPUDynInstPtr gpuDynInst) function in class:GPUDynInst
114 return _staticInst->getRegisterIndex(operandIdx, gpuDynInst);
H A Dgpu_static_inst.hh87 virtual int getRegisterIndex(int operandIndex,
294 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
H A Dgpu_dyn_inst.hh210 int getRegisterIndex(int operandIdx, GPUDynInstPtr gpuDynInst);
/gem5/src/arch/hsail/insts/
H A Dbranch.hh99 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
229 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
378 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
H A Ddecl.hh182 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::CommonInstBase
320 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::ThreeNonUniformSourceInstBase
487 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::TwoNonUniformSourceInstBase
770 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
797 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
847 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::SpecialInstNoSrcBase
922 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::SpecialInst1SrcBase
1250 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::Call
H A Dmem.hh150 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
382 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
677 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
942 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
1153 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) override
1443 getRegisterIndex(int operandIndex, GPUDynInstPtr gpuDynInst) function in class:HsailISA::AtomicInstBase

Completed in 24 milliseconds