Home
last modified time | relevance | path

Searched refs:hasPhys (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp146 if (VRM->hasPhys(VirtReg)) { in INITIALIZE_PASS_DEPENDENCY()
160 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
230 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
DRegAllocBase.cpp90 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
148 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
DLiveRegMatrix.cpp107 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
DRegAllocGreedy.cpp638 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
652 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
1077 if (!VRM->hasPhys(Intf->reg)) in evictInterference()
2667 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2719 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2938 assert(VRM->hasPhys(Reg) && "We have unallocated variable!!"); in tryHintRecoloring()
3028 if (!VRM->hasPhys(LI->reg)) in tryHintsRecoloring()
DVirtRegMap.cpp115 return hasPhys(Hint.second); in hasKnownPreference()
DInlineSpiller.cpp1531 if (VRM.hasPhys(Old)) in LRE_DidCloneVirtReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPreAllocateWWMRegs.cpp102 if (VRM->hasPhys(Reg)) in processDef()
132 if (!VRM->hasPhys(VirtReg)) in rewriteRegs()
DGCNNSAReassign.cpp117 if (VRM->hasPhys(Intervals[N]->reg)) in tryAssignRegisters()
305 if (VRM->hasPhys(Intervals.back()->reg)) // Did not change allocation. in runOnMachineFunction()
324 if (VRM->hasPhys(Intervals[I]->reg)) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h96 bool hasPhys(Register virtReg) const { in hasPhys() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp43 if (VRM && VRM->hasPhys(MO.getReg())) { in getRC32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp333 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()