Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h513 void scheduleMI(SUnit *SU, bool IsTopNode);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp251 scheduleMI(SU, IsTopNode); in schedule()
H A DMachineScheduler.cpp1492 scheduleMI(SU, IsTopNode); in schedule()
1651 void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) { in scheduleMI() function in ScheduleDAGMILive
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1984 scheduleMI(SU, true); in schedule()