Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp88 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
138 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
207 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h966 bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand,
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2884 bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() function
3251 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
3304 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
3609 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp421 if (tryLatency(TryCand, Cand, *Zone)) in tryCandidate()