Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h86 class LiveQueryResult {
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
493 LiveQueryResult Query(SlotIndex Idx) const { in Query()
498 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
514 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
529 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp507 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede()
533 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede()
728 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpUpwardPressure()
927 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpDownwardPressure()
DRegisterCoalescer.cpp1192 LiveQueryResult Q = DstInt->Query(MIIdx); in updateRegDefsUses()
1281 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
1290 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
1819 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
1829 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
1928 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
2342 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
DLiveIntervalAnalysis.cpp424 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
525 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
577 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
612 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
DMachineVerifier.cpp1009 LiveQueryResult LRQ = LR->Query(UseIdx); in checkLiveness()
1027 LiveQueryResult LRQ = LI.Query(UseIdx); in checkLiveness()
1128 LiveQueryResult LRQ = LI.Query(DefIdx); in checkLiveness()
DMachineScheduler.cpp973 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(I)); in updatePressureDiffs()
986 LiveQueryResult LRQ in updatePressureDiffs()
1157 LiveQueryResult LRQ = in computeCyclicCriticalPath()
DLiveInterval.cpp1393 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
DInlineSpiller.cpp600 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in traceSiblingValue()
DScheduleDAGInstrs.cpp429 LiveQueryResult LRQ in addVRegUseDeps()