Home
last modified time | relevance | path

Searched refs:createIGroupLPDAGMutation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.h24 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase);
H A DAMDGPUTargetMachine.cpp480 DAG->addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::Initial)); in createGCNMaxOccupancyMachineScheduler()
490 DAG->addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::Initial)); in createGCNMaxILPMachineScheduler()
941 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::PostRA)); in createPostMachineScheduler()
H A DGCNSchedStrategy.cpp804 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::PreRAReentry)); in initGCNSchedStage()
946 DAG.addMutation(createIGroupLPDAGMutation( in initGCNRegion()
1667 addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::PostRA)); in schedule()
H A DAMDGPUIGroupLP.cpp2693 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase) { in createIGroupLPDAGMutation() function