Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDTargetSchedule.h126 unsigned getResourceFactor(unsigned ResIdx) const { in getResourceFactor() argument
127 return ResourceFactors[ResIdx]; in getResourceFactor()
HDMachineScheduler.h674 unsigned getResourceCount(unsigned ResIdx) const { in getResourceCount() argument
675 return ExecutedResCounts[ResIdx]; in getResourceCount()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineScheduler.cpp2247 unsigned ResIdx = 0; in traceCandidate() local
2262 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()
2265 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()
2286 if (ResIdx) in traceCandidate()
2287 dbgs() << " " << SchedModel->getProcResource(ResIdx)->Name << " "; in traceCandidate()