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, 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 DRegisterBankInfo.cpp467 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 DIRTranslator.h89 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 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.cpp195 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()