Home
last modified time | relevance | path

Searched defs:SUs (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h212 addChainDependencies(SUnit * SU,SUList & SUs,unsigned Latency) addChainDependencies() argument
[all...]
H A DMachinePipeliner.h175 Circuits(std::vector<SUnit> & SUs,ScheduleDAGTopologicalSort & Topo) Circuits() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1319 std::vector<SUnit*> SUs = Block->getScheduledUnits(); scheduleInsideBlocks() local
1350 std::vector<SUnit*> SUs = Block->getScheduledUnits(); scheduleInsideBlocks() local
1744 std::vector<SUnit*> SUs = Block->getScheduledUnits(); scheduleVariant() local
[all...]
H A DSIMachineScheduler.h406 std::vector<unsigned> SUs; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp793 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; addLoopCarriedDependences() local