Searched refs:LiveQueryResult (Results 1 – 19 of 19) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 87 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/ |
D | LiveInterval.h | 90 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/ |
D | CalcSpillWeights.cpp | 114 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
D | RegisterCoalescer.cpp | 1236 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()
|
D | LiveIntervalAnalysis.cpp | 432 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()
|
D | MachineVerifier.cpp | 1113 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 1156 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 1233 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
D | MachineScheduler.cpp | 1034 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()
|
D | LiveInterval.cpp | 1202 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
D | RegisterPressure.cpp | 546 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|
D | InlineSpiller.cpp | 361 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 131 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
D | LiveIntervals.cpp | 467 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()
|
D | RegisterCoalescer.cpp | 1519 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()
|
D | MachineVerifier.cpp | 1377 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 1420 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 1497 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
D | MachineScheduler.cpp | 1148 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()
|
D | LiveDebugVariables.cpp | 545 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
|
D | LiveInterval.cpp | 1322 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
D | RegisterPressure.cpp | 571 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|
D | InlineSpiller.cpp | 379 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|