Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h400 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() function
404 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp240 return LIS.getCachedRegUnit(Reg); in getLiveRange()
440 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty()
H A DLiveIntervals.cpp997 return LIS.getCachedRegUnit(Unit); in getRegUnitLI()
1711 if (LiveRange *LR = getCachedRegUnit(*Unit)) in removePhysRegDefAt()
H A DMachineVerifier.cpp2434 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2960 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
H A DTwoAddressInstructionPass.cpp1537 if (LiveRange *LR = LIS->getCachedRegUnit(*Unit)) { in processTiedPairs()
H A DRegisterCoalescer.cpp1550 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()
1565 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()