Home
last modified time | relevance | path

Searched refs:LRQ (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp509 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local
510 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
523 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
613 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local
614 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
622 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
667 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local
668 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()
676 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
677 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
[all …]
H A DRegisterCoalescer.cpp2084 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local
2085 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()
2086 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()
2742 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local
2743 ValueIn = LRQ.valueIn(); in followCopyChain()
2753 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local
2755 ValueIn = LRQ.valueIn(); in followCopyChain()
2758 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
H A DMachineVerifier.cpp2856 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local
2857 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse()
2866 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()
2922 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local
2923 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
3007 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local
3008 if (LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut())) in checkLiveness()
H A DLiveInterval.cpp1385 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local
1386 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
H A DMachineScheduler.cpp1648 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local
1649 VNI = LRQ.valueIn(); in updatePressureDiffs()
1659 LiveQueryResult LRQ = in updatePressureDiffs() local
1661 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()
1862 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local
1863 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
H A DRegisterPressure.cpp580 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local
581 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveDebugVariables.cpp848 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local
849 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteAGPRCopyMFMA.cpp135 LiveQueryResult LRQ = CopySrcLI.Query(VNI->def.getRegSlot()); in run() local
136 MachineInstr *CopySrcMI = LIS.getInstructionFromIndex(LRQ.valueIn()->def); in run()
H A DSIWholeQuadMode.cpp414 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs() local
415 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs()