Home
last modified time | relevance | path

Searched refs:getCachedRegUnit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h406 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() function
410 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp240 return LIS.getCachedRegUnit(Reg); in getLiveRange()
441 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty()
H A DLiveIntervals.cpp1003 return LIS.getCachedRegUnit(Unit); in getRegUnitLI()
1709 if (LiveRange *LR = getCachedRegUnit(*Unit)) in removePhysRegDefAt()
H A DMachineVerifier.cpp2185 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2723 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
H A DRegisterCoalescer.cpp1521 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()
1536 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()