Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp86 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
138 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
DLiveRegMatrix.cpp100 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
DRegAllocGreedy.cpp495 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
507 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
832 if (!VRM->hasPhys(Intf->reg)) in evictInterference()
2139 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2176 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2383 assert(VRM->hasPhys(Reg) && "We have unallocated variable!!"); in tryHintRecoloring()
2472 if (!VRM->hasPhys(LI->reg)) in tryHintsRecoloring()
DRegAllocBasic.cpp194 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
DVirtRegMap.cpp96 return hasPhys(Hint.second); in hasKnownPreference()
DInlineSpiller.cpp1450 if (VRM.hasPhys(Old)) in LRE_DidCloneVirtReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp204 if (!VRM->hasPhys(reg)) continue; // spilled? in verify()
279 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
302 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
349 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
DVirtRegMap.h171 bool hasPhys(unsigned virtReg) const { in hasPhys() function
DVirtRegMap.cpp121 if (TargetRegisterInfo::isVirtualRegister(physReg) && hasPhys(physReg)) in getRegAllocPref()
DVirtRegRewriter.cpp118 if (!VRM.hasPhys(reg)) in runOnMachineFunction()
1008 if (!VRM.hasPhys(Reg)) in FoldsStackSlotModRef()
1443 if (VRM->hasPhys(VirtReg)) { in OptimizeByUnfold()
1468 if (!VRM->hasPhys(UnfoldVR)) in OptimizeByUnfold()
DRegAllocLinearScan.cpp1430 if (TargetRegisterInfo::isVirtualRegister(physReg) && vrm_->hasPhys(physReg)) in getFreePhysReg()
DLiveIntervalAnalysis.cpp205 if (!vrm.hasPhys(PhysReg)) in conflictsWithPhysReg()
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h92 bool hasPhys(unsigned virtReg) const { in hasPhys() function
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp287 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()