Searched refs:initCandidate (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 50 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
H A D | GCNSchedStrategy.cpp | 164 void GCNSchedStrategy::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate() function in GCNSchedStrategy 304 initCandidate(TryCand, SU, Zone.isTop(), RPTracker, SRI, SGPRPressure, in pickNodeFromQueue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 1270 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 3483 void GenericScheduler::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate() function in GenericScheduler 3653 initCandidate(TryCand, SU, Zone.isTop(), RPTracker, TempTracker); in pickNodeFromQueue()
|