Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp473 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local
474 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
487 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
577 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local
578 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()
586 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()
631 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local
632 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()
640 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
641 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
[all …]
H A DRegisterCoalescer.cpp1956 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local
1957 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()
1958 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()
2601 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local
2602 ValueIn = LRQ.valueIn(); in followCopyChain()
2612 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local
2614 ValueIn = LRQ.valueIn(); in followCopyChain()
2617 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
H A DMachineVerifier.cpp2318 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local
2321 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse()
2327 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()
2374 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local
2375 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
2452 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local
2453 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.cpp1162 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local
1163 VNI = LRQ.valueIn(); in updatePressureDiffs()
1173 LiveQueryResult LRQ = in updatePressureDiffs() local
1175 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()
1371 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local
1372 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
H A DRegisterPressure.cpp587 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local
588 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveDebugVariables.cpp837 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local
838 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D264.crt13 6LRQ+AATY8E46A75/bidEUnfhwjoo91MaPZ7UGoIt0LQVLKgMQSszRnFjwCb4c72
/openbsd-src/gnu/llvm/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()