/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Splitter.cpp | 149 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()
|
D | SplitKit.cpp | 71 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()
|
D | LiveIntervalAnalysis.cpp | 357 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()
|
D | MachineVerifier.cpp | 334 << ';' << 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()
|
D | LiveDebugVariables.cpp | 495 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() 966 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() 977 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
|
D | StrongPHIElimination.cpp | 393 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/ |
D | LiveIntervalAnalysis.h | 210 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()
|
D | SlotIndexes.h | 544 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/ |
D | LiveIntervalAnalysis.h | 217 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()
|
D | SlotIndexes.h | 474 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/ |
D | LiveIntervals.h | 241 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()
|
D | SlotIndexes.h | 467 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/ |
D | SplitKit.cpp | 53 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()
|
D | LiveIntervalAnalysis.cpp | 381 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()
|
D | StackColoring.cpp | 716 Finishes[pos] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals() 741 Finishes[i] = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals() 757 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals()
|
D | SlotIndexes.cpp | 162 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
|
D | LiveDebugVariables.cpp | 548 SlotIndex Stop = LIS.getMBBEndIdx(MBB); in extendDef() 997 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() 1008 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
|
D | RenameIndependentSubregs.cpp | 314 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags()
|
D | MachineVerifier.cpp | 446 << ';' << 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/ |
D | SplitKit.cpp | 81 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()
|
D | LiveIntervals.cpp | 405 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()
|
D | LiveDebugVariables.cpp | 610 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()
|
D | SlotIndexes.cpp | 204 endIdx = getMBBEndIdx(MBB); in repairIndexesInRange()
|
D | RenameIndependentSubregs.cpp | 326 SlotIndex PredEnd = Indexes.getMBBEndIdx(PredMBB); in computeMainRangesFixFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 577 : LIS->getMBBEndIdx(&MBB); in prepareInsertion() 579 Last != MBBE ? LIS->getInstructionIndex(*Last) : LIS->getMBBEndIdx(&MBB); in prepareInsertion() 606 assert(Idx == LIS->getMBBEndIdx(&MBB)); in prepareInsertion()
|