Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineScheduler.h504 void scheduleMI(SUnit *SU, bool IsTopNode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp234 scheduleMI(SU, IsTopNode); in schedule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp1247 scheduleMI(SU, IsTopNode); in schedule()
1406 void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) { in scheduleMI() function in ScheduleDAGMILive
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp2007 scheduleMI(SU, true); in schedule()