Searched refs:LiveQueryResult (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 91 class LiveQueryResult { 98 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function 545 LiveQueryResult Query(SlotIndex Idx) const { in Query() 550 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query() 566 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 581 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteAGPRCopyMFMA.cpp | 135 LiveQueryResult LRQ = CopySrcLI.Query(VNI->def.getRegSlot()); in run()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 93 LiveQueryResult AndLRQ = LR.Query(AndIdx); in isDefBetween()
|
| H A D | SIWholeQuadMode.cpp | 331 LiveQueryResult UseLRQ = LR.Query(LIS->getInstructionIndex(UseMI)); in markDefs() 414 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 227 LiveQueryResult SLRQ); 1867 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag() 1986 LiveRange &S, const MachineBasicBlock *MBB, LiveQueryResult SLRQ) { in copyValueUndefInPredecessors() 2084 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() 2096 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy() 2742 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() 2753 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() 2871 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue() 3333 static bool isLiveThrough(const LiveQueryResult Q) { in isLiveThrough() 3397 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
|
| H A D | LiveIntervals.cpp | 509 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() 613 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() 667 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() 700 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue() 1606 LiveQueryResult LRQ = LI.Query(Index); in handleMoveIntoNewBundle()
|
| H A D | CalcSpillWeights.cpp | 116 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
| H A D | MachineVerifier.cpp | 2856 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 2922 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 3007 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
| H A D | LiveInterval.cpp | 1385 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
| H A D | MachineScheduler.cpp | 1648 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() 1659 LiveQueryResult LRQ = in updatePressureDiffs() 1862 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
|
| H A D | RegisterPressure.cpp | 580 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|
| H A D | InlineSpiller.cpp | 444 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|
| H A D | LiveDebugVariables.cpp | 848 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
|