Home
last modified time | relevance | path

Searched refs:RegionBegin (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp181 assert(Sch.RegionBegin == Rgn.Begin && Sch.RegionEnd == Rgn.End); in schedule()
189 Rgn.Begin = Sch.RegionBegin; in schedule()
194 assert(Sch.RegionBegin == Rgn.Begin && Sch.RegionEnd == Rgn.End); in restoreOrder()
293 LLVM_DEBUG(printLivenessInfo(dbgs(), RegionBegin, RegionEnd, LIS); in schedule()
294 if (!Regions.empty() && Regions.back()->Begin == RegionBegin) { in schedule()
353 assert(RegionBegin == R.Begin && RegionEnd == R.End); in scheduleRegion()
383 RegionBegin = getMachineInstr(Schedule.front()); in scheduleRegion()
394 R.Begin = RegionBegin; in scheduleRegion()
H A DGCNSchedStrategy.cpp497 Regions.push_back(std::pair(RegionBegin, RegionEnd)); in schedule()
622 RegionBegin = Region.first; in runSchedStages()
773 if (DAG.RegionBegin->getParent() != CurrentMBB) in initGCNRegion()
863 CurrentMBB = DAG.RegionBegin->getParent(); in setupNewBlock()
872 DAG.Regions[RegionIdx] = std::pair(DAG.RegionBegin, DAG.RegionEnd); in finalizeGCNRegion()
1175 DAG.RegionEnd = DAG.RegionBegin; in revertScheduling()
1220 DAG.RegionBegin = Unsched.front()->getIterator(); in revertScheduling()
1221 if (DAG.RegionBegin->isDebugInstr()) { in revertScheduling()
1225 DAG.RegionBegin = MI->getIterator(); in revertScheduling()
1234 DAG.Regions[RegionIdx] = std::pair(DAG.RegionBegin, DAG.RegionEnd); in revertScheduling()
H A DSIMachineScheduler.h445 RPTracker.init(&MF, RegClassInfo, LIS, BB, RegionBegin, false, false); in initRPTracker()
H A DSIMachineScheduler.cpp1986 assert(TopRPTracker.getPos() == RegionBegin && "bad initial Top tracker"); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h149 MachineBasicBlock::iterator RegionBegin; variable
278 MachineBasicBlock::iterator begin() const { return RegionBegin; } in begin()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h294 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg; in findNearestBlock()
295 B.RegionEnd = B.RegionBegin + RegionInfoArray[ClassId].AllocatedUser; in findNearestBlock()
298 B.RegionBegin + uptr(sptr(Ptr - B.RegionBegin) / sptr(B.BlockSize) * in findNearestBlock()
300 while (B.BlockBegin < B.RegionBegin) in findNearestBlock()
H A Dcommon.h189 uptr RegionBegin; member
H A Dcombined.h1378 if (BlockAddr < Info.RegionBegin || BlockAddr >= Info.RegionEnd) in getInlineErrorInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp393 AntiDepBreak->BreakAntiDependencies(SUnits, RegionBegin, RegionEnd, in schedule()
666 RegionBegin = RegionEnd; in EmitSchedule()
683 RegionBegin = std::prev(RegionEnd); in EmitSchedule()
H A DMachineScheduler.cpp482 MachineBasicBlock::iterator RegionBegin; member
488 RegionBegin(B), RegionEnd(E), NumRegionInstrs(N) {} in SchedRegion()
573 MachineBasicBlock::iterator I = R.RegionBegin; in scheduleRegions()
743 if (&*RegionBegin == MI) in moveInstruction()
744 ++RegionBegin; in moveInstruction()
754 if (RegionBegin == InsertPos) in moveInstruction()
755 RegionBegin = MI; in moveInstruction()
897 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
916 BB->splice(RegionBegin, BB, FirstDbgValue); in placeDebugValues()
917 RegionBegin = FirstDbgValue; in placeDebugValues()
[all …]
H A DScheduleDAGInstrs.cpp194 RegionBegin = begin; in enterRegion()
206 ? &*skipDebugInstructionsBackward(RegionEnd, RegionBegin) in addSchedBarrierDeps()
570 for (MachineInstr &MI : make_range(RegionBegin, RegionEnd)) { in initSUnits()
798 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin; in buildSchedGraph()