Home
last modified time | relevance | path

Searched refs:getPhys (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp181 Register PhysReg = VRM->getPhys(Reg); in CheckNSA()
288 OrigRegs.push_back(VRM->getPhys(Reg)); in runOnMachineFunction()
299 dbgs() << " " << llvm::printReg((VRM->getPhys(LI->reg)), TRI); in runOnMachineFunction()
336 << llvm::printReg((VRM->getPhys(Intervals.front()->reg)), TRI) in runOnMachineFunction()
338 << llvm::printReg((VRM->getPhys(Intervals.back()->reg)), TRI) in runOnMachineFunction()
DSIPreAllocateWWMRegs.cpp135 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()
153 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
DGCNRegBankReassign.cpp242 << llvm::printReg(VRM->getPhys(Reg), TRI) << ')'; in printReg()
301 Reg = VRM->getPhys(Reg); in getRegBankMask()
429 Register PhysReg = VRM->getPhys(Reg); in isReassignable()
658 Register OrigReg = VRM->getPhys(C.Reg); in tryReassign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h97 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()
102 Register getPhys(Register virtReg) const { in getPhys() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp106 Hint = getPhys(Hint); in hasPreferredPhys()
107 return getPhys(VirtReg) == Hint; in hasPreferredPhys()
322 Register PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()
518 Register PhysReg = VRM->getPhys(VirtReg); in rewrite()
DLiveRegMatrix.cpp122 Register PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
DTargetRegisterInfo.cpp405 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
DRegAllocGreedy.cpp2671 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2886 : VRM->getPhys(OtherReg); in collectHintInfo()
2922 Register PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()
2943 Register CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
DLiveDebugVariables.cpp1195 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
1199 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DInlineSpiller.cpp1532 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
DLiveIntervals.cpp712 for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid(); in addKillFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp44 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32()
116 Register::isPhysicalRegister(Reg) ? Reg : VRM->getPhys(Reg); in getRegAllocationHints()
DSystemZInstrInfo.cpp1177 (Register::isVirtualRegister(DstReg) ? VRM->getPhys(DstReg) : DstReg); in foldMemoryOperandImpl()
1184 DstPhys == VRM->getPhys(SrcReg)) in foldMemoryOperandImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()