Searched refs:getVRegs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1138 SmallVector<Register, 16> DefRegs(OpdMapper.getVRegs(0)); in applyMappingLoad() 1139 SmallVector<Register, 1> SrcRegs(OpdMapper.getVRegs(1)); in applyMappingLoad() 1745 SmallVector<unsigned, 1> SrcReg(OpdMapper.getVRegs(OpIdx)); in substituteSimpleCopyRegs() 1962 SmallVector<Register, 2> DstRegs(OpdMapper.getVRegs(0)); in foldExtractEltToCmpSelect() 2063 SmallVector<Register, 2> InsRegs(OpdMapper.getVRegs(2)); in foldInsertEltToCmpSelect() 2111 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingSMULU64() 2112 SmallVector<Register, 2> Src0Regs(OpdMapper.getVRegs(1)); in applyMappingSMULU64() 2113 SmallVector<Register, 2> Src1Regs(OpdMapper.getVRegs(2)); in applyMappingSMULU64() 2194 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() 2301 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterBankInfo.cpp | 467 OpdMapper.getVRegs(OpIdx); in applyDefaultMapping() 747 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs() function in RegisterBankInfo::OperandsMapper 812 for (Register VReg : getVRegs(Idx)) { in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 89 VRegListT *getVRegs(const Value &V) { in getVRegs() function 718 auto &Regs = *VMap.getVRegs(Token); in getOrCreateConvergenceTokenVReg()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 378 getVRegs(unsigned OpIdx, bool ForDebug = false) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 618 if (!repairReg(MO, ValMapping, RepairPt, OpdMapper.getVRegs(OpIdx))) in applyMapping()
|
H A D | IRTranslator.cpp | 195 auto *Regs = VMap.getVRegs(Val); in allocateVRegs() 211 return *VMap.getVRegs(Val); in getOrCreateVRegs() 214 auto *VRegs = VMap.getVRegs(Val); in getOrCreateVRegs() 1530 auto &Regs = *VMap.getVRegs(U); in translateCopy()
|