Home
last modified time | relevance | path

Searched defs:SUnits (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h34 std::vector<SUnit> *SUnits = nullptr; variable
H A DResourcePriorityQueue.h39 std::vector<SUnit> *SUnits; variable
H A DScheduleDAG.h579 std::vector<SUnit> SUnits; ///< The scheduling units. variable
[all...]
H A DMachinePipeliner.h169 std::vector<SUnit> &SUnits; global() variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp80 void GCNMinRegScheduler::initNumPreds(const decltype(ScheduleDAG::SUnits) &SUnits) { in initNumPreds() argument
227 const auto &SUnits = DAG.SUnits; in schedule() local
[all...]
H A DGCNILPSched.cpp292 auto &SUnits = const_cast<ScheduleDAG&>(DAG).SUnits; schedule() local
H A DSIMachineScheduler.h62 std::vector<SUnit*> SUnits; variable
/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp437 BreakAntiDependencies(const std::vector<SUnit> &SUnits, in BreakAntiDependencies() argument
H A DAggressiveAntiDepBreaker.cpp730 BreakAntiDependencies(const std::vector<SUnit> & SUnits,MachineBasicBlock::iterator Begin,MachineBasicBlock::iterator End,unsigned InsertPosIndex,DbgValueVector & DbgValues) BreakAntiDependencies() argument
H A DScheduleDAGInstrs.cpp1469 compute(ArrayRef<SUnit> SUnits) compute() argument
[all...]
H A DMachinePipeliner.cpp1620 swapAntiDependences(std::vector<SUnit> & SUnits) swapAntiDependences() argument
2073 std::vector<SUnit *> SUnits(NS.begin(), NS.end()); registerPressureFilter() local
[all...]
H A DMachineScheduler.cpp1942 collectMemOpRecords(std::vector<SUnit> & SUnits,SmallVectorImpl<MemOpInfo> & MemOpRecords) collectMemOpRecords() argument
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1740 std::vector<SUnit> *SUnits = nullptr; global() member in __anon69e8bee10311::RegReductionPQBase
[all...]