Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp79 assert(MRI.tracksLiveness() && in runOnMachineFunction()
DWebAssemblyStoreResults.cpp189 assert(MRI.tracksLiveness() && "StoreResults expects liveness tracking"); in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp76 assert(MRI.tracksLiveness() && in runOnMachineFunction()
DWebAssemblyStoreResults.cpp197 assert(MRI.tracksLiveness() && "StoreResults expects liveness tracking"); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h139 assert(MBB->getParent()->getRegInfo().tracksLiveness() && in initLRU()
DMachineRegisterInfo.h198 bool tracksLiveness() const { in tracksLiveness() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp479 if (RetVal && MRI->tracksLiveness()) in INITIALIZE_PASS_DEPENDENCY()
1446 if (MRI->tracksLiveness()) { in IfConvertSimple()
1549 if (MRI->tracksLiveness()) { in IfConvertTriangle()
1712 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
1741 if (MRI->tracksLiveness()) { in IfConvertDiamondCommon()
DMIRPrinter.cpp278 MF.TracksRegLiveness = RegInfo.tracksLiveness(); in convert()
616 if (MRI.tracksLiveness() && !MBB.livein_empty()) { in print()
DPostRASchedulerList.cpp221 MRI.tracksLiveness()) && in SchedulePostRATDList()
DMachineVerifier.cpp604 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
779 if (MRI->tracksLiveness()) { in visitMachineBasicBlockBefore()
1151 if (MRI->tracksLiveness() && !MI->isDebugValue()) in visitMachineOperand()
DMachineBasicBlock.cpp378 if (!livein_empty() && MRI.tracksLiveness()) { in print()
DBranchFolding.cpp189 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DShadowCallStack.cpp199 if (Fn.empty() || !Fn.getRegInfo().tracksLiveness()) in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp74 assert(MRI->tracksLiveness() && in enterBasicBlock()
DPostRASchedulerList.cpp221 MRI.tracksLiveness()) && in SchedulePostRATDList()
DMIRPrinter.cpp207 MF.TracksRegLiveness = RegInfo.tracksLiveness(); in convert()
DBranchFolding.cpp216 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
DMachineVerifier.cpp937 if (MRI->tracksLiveness() && !MI->isDebugValue()) in visitMachineOperand()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h174 bool tracksLiveness() const { in tracksLiveness() function
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp361 assert(RegInfo.tracksLiveness()); in initializeRegisterInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp433 assert(RegInfo.tracksLiveness()); in parseRegisterInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp918 if (MRI.tracksLiveness()) { in build()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp5136 assert(MBB.getParent()->getRegInfo().tracksLiveness() && in getMachineOutlinerMBBFlags()