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/ |
D | LiveInterval.h | 89 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/ |
D | CalcSpillWeights.cpp | 122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
D | LiveIntervals.cpp | 471 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()
|
D | RegisterCoalescer.cpp | 1674 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()
|
D | MachineVerifier.cpp | 1872 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 1915 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 1980 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
D | MachineScheduler.cpp | 1140 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()
|
D | LiveDebugVariables.cpp | 646 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
|
D | LiveInterval.cpp | 1377 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
D | InlineSpiller.cpp | 382 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|
D | RegisterPressure.cpp | 586 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|