Home
last modified time | relevance | path

Searched refs:buildSchedGraph (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp410 buildSchedGraph(AA); in schedule()
425 buildSchedGraph(AA); in schedule()
H A DDFAPacketizer.cpp114 buildSchedGraph(AA); in schedule()
H A DWindowScheduler.cpp258 TripleDAG->buildSchedGraph(Context->AA); in preProcess()
H A DScheduleDAGInstrs.cpp755 void ScheduleDAGInstrs::buildSchedGraph(AAResults *AA, in buildSchedGraph() function in ScheduleDAGInstrs
H A DMachineScheduler.cpp1082 buildSchedGraph(AA); in schedule()
1776 buildSchedGraph(AA); in buildDAGWithRegPressure()
1789 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks); in buildDAGWithRegPressure()
H A DMachinePipeliner.cpp706 buildSchedGraph(AA); in schedule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h341 void buildSchedGraph(AAResults *AA,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp155 Sch.buildSchedGraph(Sch.AA, nullptr, nullptr, nullptr, in BuildDAG()