Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h90 class LiveQueryResult {
97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
542 LiveQueryResult Query(SlotIndex Idx) const { in Query()
547 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
563 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
578 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp227 LiveQueryResult SLRQ);
1810 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag()
1926 LiveRange &S, const MachineBasicBlock *MBB, LiveQueryResult SLRQ) { in copyValueUndefInPredecessors()
2024 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
2036 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
2681 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
2692 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
2810 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
3272 static bool isLiveThrough(const LiveQueryResult Q) { in isLiveThrough()
3336 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
H A DLiveIntervals.cpp493 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
597 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
651 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
684 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
1570 LiveQueryResult LRQ = LI.Query(Index); in handleMoveIntoNewBundle()
H A DCalcSpillWeights.cpp117 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
H A DMachineVerifier.cpp2718 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse()
2775 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef()
2859 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
H A DMachineScheduler.cpp1402 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs()
1413 LiveQueryResult LRQ = in updatePressureDiffs()
1611 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
H A DLiveInterval.cpp1363 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
H A DRegisterPressure.cpp585 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
H A DInlineSpiller.cpp444 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
H A DLiveDebugVariables.cpp838 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp85 LiveQueryResult AndLRQ = LR.Query(AndIdx); in isDefBetween()
H A DSIWholeQuadMode.cpp320 LiveQueryResult UseLRQ = LR.Query(LIS->getInstructionIndex(UseMI)); in markDefs()
403 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs()