Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h775 bool ReduceLatency; member
779 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
782 return ReduceLatency == RHS.ReduceLatency &&
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h800 bool ReduceLatency = false; member
807 return ReduceLatency == RHS.ReduceLatency &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2443 Policy.ReduceLatency |= true; in setPolicy()
2972 if (!RegionPolicy.DisableLatencyHeuristic && TryCand.Policy.ReduceLatency && in tryCandidate()
3275 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2360 Policy.ReduceLatency |= true; in setPolicy()
2887 if (!RegionPolicy.DisableLatencyHeuristic && TryCand.Policy.ReduceLatency && in tryCandidate()
3198 if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) { in tryCandidate()