Home
last modified time | relevance | path

Searched refs:tracksLiveness (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp79 assert(MRI.tracksLiveness() && "OptimizeLiveIntervals expects liveness"); in runOnMachineFunction()
DWebAssemblyMemIntrinsicResults.cpp195 assert(MRI.tracksLiveness() && in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h139 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initLRU()
DMachineRegisterInfo.h197 bool tracksLiveness() const { in tracksLiveness() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp586 if (RetVal && MRI->tracksLiveness()) in INITIALIZE_PASS_DEPENDENCY()
1564 if (MRI->tracksLiveness()) { in IfConvertSimple()
1667 if (MRI->tracksLiveness()) { in IfConvertTriangle()
1830 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
1864 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
DMIRPrinter.cpp289 MF.TracksRegLiveness = RegInfo.tracksLiveness(); in convert()
668 if (MRI.tracksLiveness() && !MBB.livein_empty()) { in print()
DPostRASchedulerList.cpp221 MRI.tracksLiveness()) && in SchedulePostRATDList()
DMachineVerifier.cpp623 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
799 if (MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
1646 if (MRI->tracksLiveness() && !MI->isDebugValue()) in visitMachineOperand()
2309 if (MRI->tracksLiveness()) in visitMachineFunctionAfter()
DMachineBasicBlock.cpp390 if (!livein_empty() && MRI.tracksLiveness()) { in print()
DBranchFolding.cpp200 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1288 if (!RegClass || !MF.getRegInfo().tracksLiveness()) in canRenameUpToDef()
2057 if (MBB.getParent()->getRegInfo().tracksLiveness()) { in optimizeBlock()
DAArch64InstrInfo.cpp5997 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in isMBBSafeToOutlineFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp506 assert(RegInfo.tracksLiveness()); in parseRegisterInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp899 if (MRI.tracksLiveness()) { in build()