Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h210 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { in addChainDependencies()
H A DMachinePipeliner.h166 Circuits(std::vector<SUnit> &SUs, ScheduleDAGTopologicalSort &Topo) in Circuits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1333 std::vector<SUnit*> SUs = Block->getScheduledUnits(); in scheduleInsideBlocks() local
1364 std::vector<SUnit*> SUs = Block->getScheduledUnits(); in scheduleInsideBlocks() local
1764 std::vector<SUnit*> SUs = Block->getScheduledUnits(); in scheduleVariant() local
H A DSIMachineScheduler.h407 std::vector<unsigned> SUs; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp754 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences() local