Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h777 unsigned DemandResIdx; member
779 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
784 DemandResIdx == RHS.DemandResIdx;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h802 unsigned DemandResIdx = 0; member
809 DemandResIdx == RHS.DemandResIdx;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2386 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2395 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
2467 Policy.DemandResIdx = OtherCritIdx; in setPolicy()
2515 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2303 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2312 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
2387 Policy.DemandResIdx = OtherCritIdx; in setPolicy()
2435 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()