Home
last modified time | relevance | path

Searched refs:getMBBEndIdx (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp149 li.removeRange(copyDefIdx, ls.lis->getMBBEndIdx(preHeader), true); in applyIncoming()
152 ls.lis->getMBBEndIdx(preHeader), in applyIncoming()
527 lis->getMBBEndIdx(preHeader), in insertPreHeader()
619 lis->getMBBEndIdx(splitBlock), true); in splitEdge()
628 lis->getMBBEndIdx(splitBlock), in splitEdge()
650 SlotIndex oldEnd = lis->getMBBEndIdx(*loopMBBs.begin()); in getLoopRanges()
663 oldEnd = lis->getMBBEndIdx(*curBlockItr); in getLoopRanges()
667 lis->getMBBEndIdx(*llvm::prior(loopMBBs.end())); in getLoopRanges()
DSplitKit.cpp71 LSP.first = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint()
263 SlotIndex Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks()
271 Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks()
490 SlotIndex End = LIS.getMBBEndIdx(&MBB); in enterIntvAtEnd()
508 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv()
780 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot(); in hoistCopiesForSize()
879 BlockEnd = LIS.getMBBEndIdx(MBB); in transferValues()
928 SlotIndex End = LIS.getMBBEndIdx(*PI); in extendPHIKillRanges()
DLiveIntervalAnalysis.cpp357 LiveRange NewLR(defIndex, getMBBEndIdx(mbb), ValNo); in handleVirtualRegisterDef()
376 LiveRange LR(getMBBStartIdx(aliveBlock), getMBBEndIdx(aliveBlock), ValNo); in handleVirtualRegisterDef()
480 SlotIndex killIndex = getMBBEndIdx(mbb); in handleVirtualRegisterDef()
652 end = getMBBEndIdx(MBB); in handleLiveInRegister()
830 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot(); in shrinkToUses()
847 SlotIndex Stop = getMBBEndIdx(*PI).getPrevSlot(); in shrinkToUses()
1398 return li.killedInRange(Idx.getNextSlot(), getMBBEndIdx(MBB)); in anyKillInMBBAfterIdx()
2179 getMBBEndIdx(startInst->getParent()), VN); in addLiveRangeToEndOfBlock()
DMachineVerifier.cpp334 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
842 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()
1140 if (I->end != LiveInts->getMBBEndIdx(EndMBB)) { in verifyLiveIntervals()
1195 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI).getPrevSlot(); in verifyLiveIntervals()
DLiveDebugVariables.cpp495 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef()
966 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
977 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
DStrongPHIElimination.cpp393 SrcLI.removeRange(LastUseIndex.getDefIndex(), LI->getMBBEndIdx(MBB)); in runOnMachineFunction()
676 SlotIndex PredIndex = LI->getMBBEndIdx(PredBB); in InsertCopiesForPHI()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h210 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() function
211 return indexes_->getMBBEndIdx(mbb); in getMBBEndIdx()
226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
231 return li.getLiveRangeContaining(getMBBEndIdx(mbb).getPrevSlot()); in findExitingRange()
DSlotIndexes.h544 return getMBBEndIdx(MBB);
574 SlotIndex getMBBEndIdx(unsigned Num) const {
579 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
595 index < getMBBEndIdx(J->second) &&
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h217 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() function
218 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx()
228 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DSlotIndexes.h474 return getMBBEndIdx(MBB);
504 SlotIndex getMBBEndIdx(unsigned Num) const {
509 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
547 index < getMBBEndIdx(J->second) &&
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h241 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() function
242 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx()
252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DSlotIndexes.h467 return getMBBEndIdx(MBB);
497 SlotIndex getMBBEndIdx(unsigned Num) const {
502 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
544 index < getMBBEndIdx(J->second) &&
/external/llvm/lib/CodeGen/
DSplitKit.cpp53 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint()
115 if (LIP == LIS.getMBBEndIdx(&MBB)) in getLastInsertPointIter()
302 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
310 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
534 SlotIndex End = LIS.getMBBEndIdx(&MBB); in enterIntvAtEnd()
552 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv()
889 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot(); in hoistCopies()
994 BlockEnd = LIS.getMBBEndIdx(&*MBB); in transferValues()
1049 SlotIndex End = LIS.getMBBEndIdx(*PI); in extendPHIKillRanges()
DLiveIntervalAnalysis.cpp381 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses()
397 SlotIndex Stop = Indexes.getMBBEndIdx(Pred); in extendSegmentsToUses()
592 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue()
813 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
834 getMBBEndIdx(startInst.getParent()), VN); in addSegmentToEndOfBlock()
1374 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove()
1493 endIdx = getMBBEndIdx(MBB).getPrevSlot(); in repairIntervalsInRange()
DStackColoring.cpp716 Finishes[pos] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
741 Finishes[i] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
757 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
DSlotIndexes.cpp162 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
DLiveDebugVariables.cpp548 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef()
997 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1008 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
DRenameIndependentSubregs.cpp314 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags()
DMachineVerifier.cpp446 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
1372 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()
1718 if (S.end == LiveInts->getMBBEndIdx(EndMBB)) in verifyLiveRangeSegment()
1840 SlotIndex PEnd = LiveInts->getMBBEndIdx(*PI); in verifyLiveRangeSegment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp81 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint()
143 if (LIP == LIS.getMBBEndIdx(&MBB)) in getLastInsertPointIter()
328 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
336 Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks()
729 SlotIndex End = LIS.getMBBEndIdx(&MBB); in enterIntvAtEnd()
748 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv()
1091 SlotIndex Last = LIS.getMBBEndIdx(Dom.first).getPrevSlot(); in hoistCopies()
1196 BlockEnd = LIS.getMBBEndIdx(&*MBB); in transferValues()
1245 SlotIndex End = LIS.getMBBEndIdx(P); in extendPHIRange()
1461 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in forceRecomputeVNI()
DLiveIntervals.cpp405 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses()
421 SlotIndex Stop = Indexes->getMBBEndIdx(Pred); in extendSegmentsToUses()
630 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue()
848 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(Pred))) in hasPHIKill()
875 getMBBEndIdx(startInst.getParent()), VN); in addSegmentToEndOfBlock()
1450 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove()
1574 endIdx = getMBBEndIdx(MBB).getPrevSlot(); in repairIntervalsInRange()
DLiveDebugVariables.cpp610 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef()
1166 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue()
1228 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1239 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
DSlotIndexes.cpp204 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
DRenameIndependentSubregs.cpp326 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp577 : LIS->getMBBEndIdx(&MBB); in prepareInsertion()
579 Last != MBBE ? LIS->getInstructionIndex(*Last) : LIS->getMBBEndIdx(&MBB); in prepareInsertion()
606 assert(Idx == LIS->getMBBEndIdx(&MBB)); in prepareInsertion()

12