Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp471 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local
472 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
485 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
580 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local
581 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
589 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
634 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local
635 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()
643 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
644 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
[all …]
DRegisterCoalescer.cpp1840 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local
1841 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()
1842 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()
2464 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local
2465 ValueIn = LRQ.valueIn(); in followCopyChain()
2475 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local
2477 ValueIn = LRQ.valueIn(); in followCopyChain()
2480 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
DMachineVerifier.cpp1872 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local
1875 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse()
1881 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()
1915 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local
1916 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
1980 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local
1981 if (LRQ.valueIn()) in checkLiveness()
DLiveInterval.cpp1377 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local
1378 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
DMachineScheduler.cpp1140 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local
1141 VNI = LRQ.valueIn(); in updatePressureDiffs()
1151 LiveQueryResult LRQ = in updatePressureDiffs() local
1153 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()
1349 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local
1350 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
DLiveDebugVariables.cpp646 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local
647 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
DRegisterPressure.cpp586 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local
587 if (LRQ.isDeadDef()) { in detectDeadDefs()