Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h144 unsigned getResourceFactor(unsigned ResIdx) const { in getResourceFactor() argument
145 return ResourceFactors[ResIdx]; in getResourceFactor()
DMachineScheduler.h719 unsigned getResourceCount(unsigned ResIdx) const { in getResourceCount() argument
720 return ExecutedResCounts[ResIdx]; in getResourceCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2018 unsigned ResIdx = PE.ProcResourceIdx; in checkHazard() local
2021 std::tie(NRCycle, InstanceIdx) = getNextResourceCycle(ResIdx, Cycles); in checkHazard()
2027 << SchedModel->getResourceName(ResIdx) in checkHazard()
2028 << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']' in checkHazard()
2596 unsigned ResIdx = 0; in traceCandidate() local
2611 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()
2614 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()
2635 if (ResIdx) in traceCandidate()
2636 dbgs() << " " << SchedModel->getProcResource(ResIdx)->Name << " "; in traceCandidate()