Home
last modified time | relevance | path

Searched refs:MBBEnd (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp356 MBBEnd = MI.getParent()->end(); in reset()
358 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in reset()
359 if (NextMI == MBBEnd) in reset()
368 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in advanceBeforeNext()
369 if (NextMI == MBBEnd) in advanceBeforeNext()
421 if ((NextMI == MBBEnd) || (LastTrackedMI && !advanceBeforeNext())) in advance()
DGCNRegPressure.h154 MachineBasicBlock::const_iterator MBBEnd; variable
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp592 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local
595 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
602 LR.removeSegment(Kill, MBBEnd); in pruneValue()
603 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
619 SlotIndex MBBStart, MBBEnd; in pruneValue() local
620 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
629 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
638 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
DLiveDebugVariables.cpp997 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() local
999 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
1003 while(Stop > MBBEnd) { in emitDebugValues()
1005 Start = MBBEnd; in emitDebugValues()
1008 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1009 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
DSplitKit.cpp53 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint() local
65 LIP.first = MBBEnd; in computeLastInsertPoint()
95 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
103 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
DRegisterCoalescer.cpp2261 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
2270 if (End >= MBBEnd) { in taintExtent()
2284 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
DMachineScheduler.cpp421 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local
422 MBB != MBBEnd; ++MBB) { in scheduleRegions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp966 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local
968 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
972 while(Stop > MBBEnd) { in emitDebugValues()
974 Start = MBBEnd; in emitDebugValues()
977 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
978 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp630 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local
633 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
640 LR.removeSegment(Kill, MBBEnd); in pruneValue()
641 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
655 SlotIndex MBBStart, MBBEnd; in pruneValue() local
656 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
665 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
673 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
674 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
DLiveDebugVariables.cpp1228 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() local
1230 LLVM_DEBUG(dbgs() << ' ' << printMBBReference(*MBB) << '-' << MBBEnd); in emitDebugValues()
1234 while (Stop > MBBEnd) { in emitDebugValues()
1236 Start = MBBEnd; in emitDebugValues()
1239 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1240 LLVM_DEBUG(dbgs() << ' ' << printMBBReference(*MBB) << '-' << MBBEnd); in emitDebugValues()
DSplitKit.cpp81 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint() local
93 LIP.first = MBBEnd; in computeLastInsertPoint()
123 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
131 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
DRegisterCoalescer.cpp2623 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
2632 if (End >= MBBEnd) { in taintExtent()
2646 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
DMachineScheduler.cpp505 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local
506 MBB != MBBEnd; ++MBB) { in scheduleRegions()