Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp474 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local
475 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
583 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local
584 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
637 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local
638 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()
646 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
647 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
671 if (LRQ.valueIn() != VNI) { in pruneValue()
678 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
[all …]
H A DRegisterCoalescer.cpp1951 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local
1952 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()
1953 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()
2595 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local
2596 ValueIn = LRQ.valueIn(); in followCopyChain()
2606 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local
2608 ValueIn = LRQ.valueIn(); in followCopyChain()
2611 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
H A DMachineVerifier.cpp2232 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local
2235 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse()
2241 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()
2278 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local
2279 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
2357 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local
2358 if (LRQ.valueIn()) in checkLiveness()
H A DLiveInterval.cpp1360 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local
1361 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
H A DMachineScheduler.cpp1156 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local
1157 VNI = LRQ.valueIn(); in updatePressureDiffs()
1167 LiveQueryResult LRQ = in updatePressureDiffs() local
1169 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()
1365 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local
1366 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
H A DRegisterPressure.cpp588 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local
589 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveDebugVariables.cpp836 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local
837 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp403 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs() local
404 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs()