Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h909 bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2582 bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() function
2920 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
2973 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
3275 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2501 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() function
2835 tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
2888 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate()
3198 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()