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