Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h87 class LiveQueryResult {
94 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
494 LiveQueryResult Query(SlotIndex Idx) const { in Query()
499 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
530 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h90 class LiveQueryResult {
97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
529 LiveQueryResult Query(SlotIndex Idx) const { in Query()
534 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
550 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
565 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp114 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
DRegisterCoalescer.cpp1236 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag()
1392 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
1401 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
1939 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
1949 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
2048 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
2462 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
DLiveIntervalAnalysis.cpp432 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
534 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
586 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
621 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
DMachineVerifier.cpp1113 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse()
1156 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef()
1233 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
DMachineScheduler.cpp1034 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs()
1045 LiveQueryResult LRQ = in updatePressureDiffs()
1233 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
DLiveInterval.cpp1202 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
DRegisterPressure.cpp546 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
DInlineSpiller.cpp361 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp131 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
DLiveIntervals.cpp467 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
570 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
624 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
657 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
DRegisterCoalescer.cpp1519 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag()
1679 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
1688 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
2280 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
2291 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
2407 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
2874 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
DMachineVerifier.cpp1377 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse()
1420 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef()
1497 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
DMachineScheduler.cpp1148 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs()
1159 LiveQueryResult LRQ = in updatePressureDiffs()
1350 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
DLiveDebugVariables.cpp545 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
DLiveInterval.cpp1322 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
DRegisterPressure.cpp571 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
DInlineSpiller.cpp379 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()