| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PostRASchedulerList.cpp | 166 void enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, 237 void SchedulePostRATDList::enterRegion(MachineBasicBlock *bb, in enterRegion() function in SchedulePostRATDList 241 ScheduleDAGInstrs::enterRegion(bb, begin, end, regioninstrs); in enterRegion() 328 Scheduler.enterRegion(&MBB, I, Current, CurrentCount - Count); in run() 344 Scheduler.enterRegion(&MBB, MBB.begin(), Current, CurrentCount); in run()
|
| H A D | DFAPacketizer.cpp | 159 VLIWScheduler->enterRegion(MBB, BeginItr, EndItr, in PacketizeMIs()
|
| H A D | WindowScheduler.cpp | 134 SchedDAG->enterRegion(MBB, Range.begin(), Range.end(), SchedInstrNum); in run() 255 TripleDAG->enterRegion( in preProcess()
|
| H A D | MachineScheduler.cpp | 880 Scheduler.enterRegion(&*MBB, I, RegionEnd, NumRegionInstrs); in scheduleRegions() 1022 void ScheduleDAGMI::enterRegion(MachineBasicBlock *bb, in enterRegion() function in ScheduleDAGMI 1027 ScheduleDAGInstrs::enterRegion(bb, begin, end, regioninstrs); in enterRegion() 1475 void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb, in enterRegion() function in ScheduleDAGMILive 1481 ScheduleDAGMI::enterRegion(bb, begin, end, regioninstrs); in enterRegion()
|
| H A D | ScheduleDAGInstrs.cpp | 198 void ScheduleDAGInstrs::enterRegion(MachineBasicBlock *bb, in enterRegion() function in ScheduleDAGInstrs
|
| H A D | MachinePipeliner.cpp | 633 SMS.enterRegion(MBB, MBB->begin(), MBB->getFirstTerminator(), size); in swingModuloScheduler()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 153 Sch.BaseClass::enterRegion(BB, R.Begin, R.End, R.NumRegionInstrs); in BuildDAG() 192 Sch.BaseClass::enterRegion(BB, R.Begin, R.End, R.NumRegionInstrs); in OverrideLegacyStrategy() 300 void GCNIterativeScheduler::enterRegion(MachineBasicBlock *BB, // overridden in enterRegion() function in GCNIterativeScheduler 304 BaseClass::enterRegion(BB, Begin, End, NumRegionInstrs); in enterRegion()
|
| H A D | GCNIterativeScheduler.h | 45 void enterRegion(MachineBasicBlock *BB,
|
| H A D | GCNSchedStrategy.cpp | 1159 DAG.enterRegion(CurrentMBB, DAG.begin(), DAG.end(), NumRegionInstrs); in initGCNRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 329 virtual void enterRegion(MachineBasicBlock *bb,
|
| H A D | MachineScheduler.h | 351 void enterRegion(MachineBasicBlock *bb, 493 void enterRegion(MachineBasicBlock *bb,
|