Home
last modified time | relevance | path

Searched refs:LiveQueryResult (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h89 class LiveQueryResult {
96 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
532 LiveQueryResult Query(SlotIndex Idx) const { in Query()
537 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
553 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
568 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
DLiveIntervals.cpp471 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
580 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
634 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
667 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
DRegisterCoalescer.cpp1674 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag()
1840 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
1849 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
2464 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
2475 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
2593 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
3081 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
DMachineVerifier.cpp1872 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse()
1915 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef()
1980 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
DMachineScheduler.cpp1140 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs()
1151 LiveQueryResult LRQ = in updatePressureDiffs()
1349 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
DLiveDebugVariables.cpp646 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
DLiveInterval.cpp1377 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
DInlineSpiller.cpp382 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
DRegisterPressure.cpp586 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()