Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.h561 std::vector<SUnit> SUnits; ///< The scheduling units. global() variable
[all...]
H A DMachinePipeliner.h164 std::vector<SUnit> &SUnits; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp80 void GCNMinRegScheduler::initNumPreds(const decltype(ScheduleDAG::SUnits) &SUnits) { in initNumPreds()
227 const auto &SUnits = DAG.SUnits; in schedule() local
H A DGCNILPSched.cpp292 auto &SUnits = const_cast<ScheduleDAG&>(DAG).SUnits; schedule() local
H A DSIMachineScheduler.h62 std::vector<SUnit*> SUnits; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp437 BreakAntiDependencies(const std::vector<SUnit> &SUnits, in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.cpp730 const std::vector<SUnit> &SUnits, in BreakAntiDependencies() argument
H A DScheduleDAGInstrs.cpp1465 compute(ArrayRef<SUnit> SUnits) compute() argument
[all...]
H A DMachinePipeliner.cpp1570 swapAntiDependences(std::vector<SUnit> & SUnits) swapAntiDependences() argument
2023 std::vector<SUnit *> SUnits(NS.begin(), NS.end()); registerPressureFilter() local
[all...]
H A DMachineScheduler.cpp1901 collectMemOpRecords(std::vector<SUnit> & SUnits,SmallVectorImpl<MemOpInfo> & MemOpRecords) collectMemOpRecords() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1740 std::vector<SUnit> *SUnits = nullptr; global() member in __anon9cef1bc00311::RegReductionPQBase
[all...]