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.cpp388 buildSchedGraph(AA); in schedule()
403 buildSchedGraph(AA); in schedule()
H A DDFAPacketizer.cpp114 buildSchedGraph(AA); in schedule()
H A DWindowScheduler.cpp257 TripleDAG->buildSchedGraph(Context->AA); in preProcess()
H A DMachineScheduler.cpp840 buildSchedGraph(AA); in schedule()
1525 buildSchedGraph(AA); in buildDAGWithRegPressure()
1538 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks); in buildDAGWithRegPressure()
H A DScheduleDAGInstrs.cpp739 void ScheduleDAGInstrs::buildSchedGraph(AAResults *AA, in buildSchedGraph() function in ScheduleDAGInstrs
H A DMachinePipeliner.cpp567 buildSchedGraph(AA); in schedule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h322 void buildSchedGraph(AAResults *AA,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp134 Sch.buildSchedGraph(Sch.AA, nullptr, nullptr, nullptr, in BuildDAG()