Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h417 LiveRange *getCachedRegUnit(unsigned Unit) { return RegUnitRanges[Unit]; } in getCachedRegUnit() function
419 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() function
/freebsd/contrib/llvm-project/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.cpp1016 return LIS.getCachedRegUnit(Unit); in getRegUnitLI()
1742 if (LiveRange *LR = getCachedRegUnit(Unit)) in removePhysRegDefAt()
H A DRegisterCoalescer.cpp1611 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef()
1624 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef()
H A DMachineVerifier.cpp2841 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness()
3396 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
H A DTwoAddressInstructionPass.cpp1640 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) { in processTiedPairs()