Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp432 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local
433 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
445 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
534 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local
535 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
543 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
586 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local
587 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()
595 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
596 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
[all …]
DMachineVerifier.cpp1113 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local
1116 if (!LRQ.valueIn() && LaneMask == 0) { in checkLivenessAtUse()
1122 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()
1156 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local
1157 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
1233 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local
1234 if (LRQ.valueIn()) in checkLiveness()
DRegisterCoalescer.cpp1392 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local
1393 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()
1394 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()
1939 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local
1940 ValueIn = LRQ.valueIn(); in followCopyChain()
1949 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local
1950 ValueIn = LRQ.valueIn(); in followCopyChain()
DLiveInterval.cpp1202 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local
1203 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
DMachineScheduler.cpp1034 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local
1035 VNI = LRQ.valueIn(); in updatePressureDiffs()
1045 LiveQueryResult LRQ = in updatePressureDiffs() local
1047 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()
1233 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local
1234 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
DRegisterPressure.cpp546 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local
547 if (LRQ.isDeadDef()) { in detectDeadDefs()