Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h428 LiveRange *getCachedRegUnit(unsigned Unit) { return RegUnitRanges[Unit]; } in getCachedRegUnit() function
430 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp236 return LIS.getCachedRegUnit(Reg); in getLiveRange()
436 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty()
H A DLiveIntervals.cpp1049 return LIS.getCachedRegUnit(Unit); in getRegUnitLI()
1778 if (LiveRange *LR = getCachedRegUnit(Unit)) in removePhysRegDefAt()
H A DRegisterCoalescer.cpp1668 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef()
1681 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef()
H A DTwoAddressInstructionPass.cpp1642 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) { in processTiedPairs()
H A DMachineVerifier.cpp2988 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness()
3549 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp329 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty()