Home
last modified time | relevance | path

Searched refs:tryLatency (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp88 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
137 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
209 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp580 if (tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
687 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
742 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1224 LLVM_ABI bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3502 bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() function
3993 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
4044 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
4412 tryLatency(TryCand, Cand, Cand.AtTop ? Top : Bot)) in tryCandidate()