Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h811 unsigned DemandResIdx = 0; member
818 DemandResIdx == RHS.DemandResIdx;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2453 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2462 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
2566 Policy.DemandResIdx = OtherCritIdx; in setPolicy()
2614 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()