Searched refs:getVRegs (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURegisterBankInfo.cpp | 1130 SmallVector<Register, 16> DefRegs(OpdMapper.getVRegs(0)); in applyMappingLoad() 1131 SmallVector<Register, 1> SrcRegs(OpdMapper.getVRegs(1)); in applyMappingLoad() 1754 SmallVector<unsigned, 1> SrcReg(OpdMapper.getVRegs(OpIdx)); in substituteSimpleCopyRegs() 1970 SmallVector<Register, 2> DstRegs(OpdMapper.getVRegs(0)); in foldExtractEltToCmpSelect() 2071 SmallVector<Register, 2> InsRegs(OpdMapper.getVRegs(2)); in foldInsertEltToCmpSelect() 2133 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() 2240 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() 2250 SmallVector<Register, 1> CondRegs(OpdMapper.getVRegs(1)); in applyMappingImpl() 2274 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() 2275 SmallVector<Register, 2> Src1Regs(OpdMapper.getVRegs(2)); in applyMappingImpl() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RegisterBankInfo.cpp | 462 OpdMapper.getVRegs(OpIdx); in applyDefaultMapping() 736 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs() function in RegisterBankInfo::OperandsMapper 801 for (Register VReg : getVRegs(Idx)) { in print()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | RegisterBankInfo.h | 376 getVRegs(unsigned OpIdx, bool ForDebug = false) const;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | IRTranslator.h | 87 VRegListT *getVRegs(const Value &V) { in getVRegs() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | RegBankSelect.cpp | 614 if (!repairReg(MO, ValMapping, RepairPt, OpdMapper.getVRegs(OpIdx))) in applyMapping()
|
| D | IRTranslator.cpp | 190 auto *Regs = VMap.getVRegs(Val); in allocateVRegs() 206 return *VMap.getVRegs(Val); in getOrCreateVRegs() 209 auto *VRegs = VMap.getVRegs(Val); in getOrCreateVRegs() 1455 auto &Regs = *VMap.getVRegs(U); in translateCopy()
|