Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h776 unsigned ReduceResIdx; member
779 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
783 ReduceResIdx == RHS.ReduceResIdx &&
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h801 unsigned ReduceResIdx = 0; member
808 ReduceResIdx == RHS.ReduceResIdx &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2386 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2393 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
2463 if (CurrZone.isResourceLimited() && !Policy.ReduceResIdx) in setPolicy()
2464 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()
2512 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2303 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2310 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
2383 if (CurrZone.isResourceLimited() && !Policy.ReduceResIdx) in setPolicy()
2384 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()
2432 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()