Searched refs:LiveQueryResult (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CalcSpillWeights.cpp | 122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
| H A 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()
|
| H A D | RegisterCoalescer.cpp | 1614 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag() 1774 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() 1783 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy() 2391 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() 2402 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() 2520 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue() 3008 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
|
| H A D | MachineVerifier.cpp | 1483 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 1526 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 1592 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
| H A D | MachineScheduler.cpp | 1151 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() 1162 LiveQueryResult LRQ = in updatePressureDiffs() 1362 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
|
| H A D | LiveDebugVariables.cpp | 561 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
|
| H A D | LiveInterval.cpp | 1321 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
| H A D | InlineSpiller.cpp | 379 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|
| H A D | RegisterPressure.cpp | 571 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|