Searched refs:LiveQueryResult (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 90 class LiveQueryResult { 97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function 533 LiveQueryResult Query(SlotIndex Idx) const { in Query() 538 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query() 554 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 569 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 219 LiveQueryResult SLRQ); 1712 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag() 1828 LiveRange &S, const MachineBasicBlock *MBB, LiveQueryResult SLRQ) { in copyValueUndefInPredecessors() 1924 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() 1936 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy() 2568 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() 2579 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() 2697 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue() 3123 static bool isLiveThrough(const LiveQueryResult Q) { in isLiveThrough() 3187 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
|
| H A D | LiveIntervals.cpp | 481 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() 590 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() 644 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() 677 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue() 1555 LiveQueryResult LRQ = LI.Query(Index); in handleMoveIntoNewBundle()
|
| H A D | CalcSpillWeights.cpp | 114 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
|
| H A D | MachineVerifier.cpp | 2094 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() 2140 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() 2206 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
|
| H A D | MachineScheduler.cpp | 1157 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() 1168 LiveQueryResult LRQ = in updatePressureDiffs() 1366 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
|
| H A D | LiveInterval.cpp | 1374 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
|
| H A D | RegisterPressure.cpp | 588 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()
|
| H A D | InlineSpiller.cpp | 396 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
|
| H A D | LiveDebugVariables.cpp | 808 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 85 LiveQueryResult AndLRQ = LR.Query(AndIdx); in isDefBetween()
|
| H A D | SIWholeQuadMode.cpp | 320 LiveQueryResult UseLRQ = LR.Query(LIS->getInstructionIndex(UseMI)); in markDefs() 404 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs()
|