Searched refs:RegionEnd (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Packetizer.cpp | 359 for(MachineBasicBlock::iterator RegionEnd = MBB->end(); in runOnMachineFunction() local 360 RegionEnd != MBB->begin();) { in runOnMachineFunction() 363 MachineBasicBlock::iterator I = RegionEnd; in runOnMachineFunction() 371 if (I == RegionEnd) { in runOnMachineFunction() 372 RegionEnd = std::prev(RegionEnd); in runOnMachineFunction() 377 if (I == std::prev(RegionEnd)) { in runOnMachineFunction() 378 RegionEnd = std::prev(RegionEnd); in runOnMachineFunction() 382 Packetizer.PacketizeMIs(&*MBB, &*I, RegionEnd); in runOnMachineFunction() 383 RegionEnd = I; in runOnMachineFunction()
|
| H A D | GCNIterativeScheduler.cpp | 181 assert(Sch.RegionBegin == Rgn.Begin && Sch.RegionEnd == Rgn.End); in schedule() 187 Sch.RegionEnd = Rgn.End; in schedule() 194 assert(Sch.RegionBegin == Rgn.Begin && Sch.RegionEnd == Rgn.End); in restoreOrder() 293 LLVM_DEBUG(printLivenessInfo(dbgs(), RegionBegin, RegionEnd, LIS); in schedule() 353 assert(RegionBegin == R.Begin && RegionEnd == R.End); in scheduleRegion() 390 RegionEnd = R.End; in scheduleRegion()
|
| H A D | GCNSchedStrategy.cpp | 519 Regions.push_back(std::pair(RegionBegin, RegionEnd)); in schedule() 653 RegionEnd = Region.second; in runSchedStages() 820 if (DAG.RegionEnd != CurrentMBB->end()) dbgs() << *DAG.RegionEnd; in initGCNRegion() 908 DAG.Regions[RegionIdx] = std::pair(DAG.RegionBegin, DAG.RegionEnd); in finalizeGCNRegion() 1215 DAG.RegionEnd = DAG.RegionBegin; in revertScheduling() 1223 if (MI->getIterator() != DAG.RegionEnd) { in revertScheduling() 1225 DAG.BB->insert(DAG.RegionEnd, MI); in revertScheduling() 1245 DAG.RegionEnd = MI->getIterator(); in revertScheduling() 1246 ++DAG.RegionEnd; in revertScheduling() 1254 ++DAG.RegionEnd; in revertScheduling() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PostRASchedulerList.cpp | 392 AntiDepBreak->BreakAntiDependencies(SUnits, RegionBegin, RegionEnd, in schedule() 665 RegionBegin = RegionEnd; in EmitSchedule() 669 BB->splice(RegionEnd, BB, FirstDbgValue); in EmitSchedule() 674 BB->splice(RegionEnd, BB, SU->getInstr()); in EmitSchedule() 677 TII->insertNoop(*BB, RegionEnd); in EmitSchedule() 682 RegionBegin = std::prev(RegionEnd); in EmitSchedule()
|
| H A D | MachineScheduler.cpp | 529 RegionEnd != MBB->begin(); RegionEnd = I) { in getSchedRegions() 532 if (RegionEnd != MBB->end() || in getSchedRegions() 534 --RegionEnd; in getSchedRegions() 540 I = RegionEnd; in getSchedRegions() 600 MachineBasicBlock::iterator RegionEnd = R.RegionEnd; in scheduleRegions() local 608 if (I == RegionEnd || I == std::prev(RegionEnd)) { in scheduleRegions() 618 if (RegionEnd != MBB->end()) dbgs() << *RegionEnd; in scheduleRegions() 924 CurrentBottom = RegionEnd; in initQueues() 954 if (RegionEnd != BB->end() && OrigPrevMI == &*RegionEnd) in placeDebugValues() 955 RegionEnd = DbgValue; in placeDebugValues() [all …]
|
| H A D | ScheduleDAGInstrs.cpp | 195 RegionEnd = end; in enterRegion() 205 RegionEnd != BB->end() in addSchedBarrierDeps() 206 ? &*skipDebugInstructionsBackward(RegionEnd, RegionBegin) in addSchedBarrierDeps() 581 for (MachineInstr &MI : make_range(RegionBegin, RegionEnd)) { in initSUnits() 809 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin; in buildSchedGraph() 838 if (RPTracker->getPos() == RegionEnd || &*RPTracker->getPos() != &MI) in buildSchedGraph()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 153 MachineBasicBlock::iterator RegionEnd; variable 282 MachineBasicBlock::iterator end() const { return RegionEnd; } in end()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 201 uptr RegionEnd; member
|
| H A D | primary64.h | 514 B.RegionEnd = in findNearestBlock() 522 while (B.RegionEnd < B.BlockBegin + B.BlockSize) in findNearestBlock()
|
| H A D | combined.h | 1364 if (BlockAddr < Info.RegionBegin || BlockAddr >= Info.RegionEnd) in getInlineErrorInfo()
|