HomeSort by: relevance | last modified time | path
    Searched refs:tryCandidate (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.h 26 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand,
46 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand) override;
PPCMachineScheduler.cpp 49 void PPCPreRASchedStrategy::tryCandidate(SchedCandidate &Cand,
52 // From GenericScheduler::tryCandidate
148 // GenericScheduler::tryCandidate end
175 void PPCPostRASchedStrategy::tryCandidate(SchedCandidate &Cand,
177 // From PostGenericScheduler::tryCandidate
213 // PostGenericScheduler::tryCandidate end
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 927 // Utility functions used by heuristics in tryCandidate().
1015 virtual void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand,
1078 virtual void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 104 // marked as RegExcess in tryCandidate() when they are compared with
158 GenericScheduler::tryCandidate(Cand, TryCand, ZoneArg);
236 GenericScheduler::tryCandidate(Cand, TopCand, nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 3180 void GenericScheduler::tryCandidate(SchedCandidate &Cand,
3302 tryCandidate(Cand, TryCand, ZoneArg);
3381 tryCandidate(Cand, TopCand, nullptr);
3546 void PostGenericScheduler::tryCandidate(SchedCandidate &Cand,
3591 tryCandidate(Cand, TryCand);

Completed in 25 milliseconds