Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
1718 if (LiveRange *LR = getCachedRegUnit(*Unit)) in removePhysRegDefAt()
H A DMachineVerifier.cpp2339 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2865 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
H A DTwoAddressInstructionPass.cpp1537 if (LiveRange *LR = LIS->getCachedRegUnit(*Unit)) { in processTiedPairs()
H A DRegisterCoalescer.cpp1547 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()
1562 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()