Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h406 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() function
410 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp240 return LIS.getCachedRegUnit(Reg); in getLiveRange()
440 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty()
DLiveIntervals.cpp978 return LIS.getCachedRegUnit(Unit); in getRegUnitLI()
1639 if (LiveRange *LR = getCachedRegUnit(*Unit)) in removePhysRegDefAt()
DMachineVerifier.cpp1959 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness()
2381 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
DRegisterCoalescer.cpp1484 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()
1499 if (LiveRange *LR = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()