Home
last modified time | relevance | path

Searched refs:getVRegs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1138 SmallVector<Register, 1> SrcRegs(OpdMapper.getVRegs(1)); in applyMappingLoad()
1773 SmallVector<unsigned, 1> SrcReg(OpdMapper.getVRegs(OpIdx)); in substituteSimpleCopyRegs()
1990 SmallVector<Register, 2> DstRegs(OpdMapper.getVRegs(0)); in foldExtractEltToCmpSelect()
2091 SmallVector<Register, 2> InsRegs(OpdMapper.getVRegs(2)); in foldInsertEltToCmpSelect()
2139 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingSMULU64()
2140 SmallVector<Register, 2> Src0Regs(OpdMapper.getVRegs(1)); in applyMappingSMULU64()
2141 SmallVector<Register, 2> Src1Regs(OpdMapper.getVRegs(2)); in applyMappingSMULU64()
2222 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl()
2329 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl()
2339 SmallVector<Register, 1> CondRegs(OpdMapper.getVRegs(1)); in applyMappingImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp465 OpdMapper.getVRegs(OpIdx); in applyDefaultMapping()
745 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs() function in RegisterBankInfo::OperandsMapper
810 for (Register VReg : getVRegs(Idx)) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h89 VRegListT *getVRegs(const Value &V) { in getVRegs() function
715 auto &Regs = *VMap.getVRegs(Token); in getOrCreateConvergenceTokenVReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h378 getVRegs(unsigned OpIdx, bool ForDebug = false) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp618 if (!repairReg(MO, ValMapping, RepairPt, OpdMapper.getVRegs(OpIdx))) in applyMapping()
H A DIRTranslator.cpp193 auto *Regs = VMap.getVRegs(Val); in allocateVRegs()
209 return *VMap.getVRegs(Val); in getOrCreateVRegs()
212 auto *VRegs = VMap.getVRegs(Val); in getOrCreateVRegs()
1543 auto &Regs = *VMap.getVRegs(U); in translateCopy()