Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp351 OpdMapper.getVRegs(OpIdx); in applyDefaultMapping()
592 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs() function in RegisterBankInfo::OperandsMapper
655 for (unsigned VReg : getVRegs(Idx)) { in print()
DRegBankSelect.cpp498 repairReg(MO, ValMapping, RepairPt, OpdMapper.getVRegs(OpIdx)); in applyMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp428 OpdMapper.getVRegs(OpIdx); in applyDefaultMapping()
685 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs() function in RegisterBankInfo::OperandsMapper
750 for (unsigned VReg : getVRegs(Idx)) { in print()
DIRTranslator.cpp147 auto *Regs = VMap.getVRegs(Val); in allocateVRegs()
163 return *VMap.getVRegs(Val); in getOrCreateVRegs()
166 auto *VRegs = VMap.getVRegs(Val); in getOrCreateVRegs()
559 auto &Regs = *VMap.getVRegs(U); in translateBitCast()
1247 auto &Regs = *VMap.getVRegs(U); in translateInsertElement()
1271 auto &Regs = *VMap.getVRegs(U); in translateExtractElement()
1611 auto &VRegs = *VMap.getVRegs(cast<Value>(*ArgIt)); in runOnMachineFunction()
DRegBankSelect.cpp555 if (!repairReg(MO, ValMapping, RepairPt, OpdMapper.getVRegs(OpIdx))) in applyMapping()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h279 getVRegs(unsigned OpIdx, bool ForDebug = false) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h374 getVRegs(unsigned OpIdx, bool ForDebug = false) const;
DIRTranslator.h82 VRegListT *getVRegs(const Value &V) { in getVRegs() function