Searched defs:SUs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ScheduleDAGInstrs.h | 217 addChainDependencies(SUnit * SU,SUList & SUs,unsigned Latency) addChainDependencies() argument |
H A D | MachinePipeliner.h | 180 Circuits(std::vector<SUnit> & SUs,ScheduleDAGTopologicalSort & Topo) Circuits() argument |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIMachineScheduler.cpp | 1317 std::vector<SUnit*> SUs = Block->getScheduledUnits(); scheduleInsideBlocks() local |
H A D | SIMachineScheduler.h | 406 std::vector<unsigned> SUs; member |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachinePipeliner.cpp | 842 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; addLoopCarriedDependences() local |