Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h132 unsigned getResourceFactor(unsigned ResIdx) const { in getResourceFactor() argument
133 return ResourceFactors[ResIdx]; in getResourceFactor()
DMachineScheduler.h692 unsigned getResourceCount(unsigned ResIdx) const { in getResourceCount() argument
693 return ExecutedResCounts[ResIdx]; in getResourceCount()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2417 unsigned ResIdx = 0; in traceCandidate() local
2432 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()
2435 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()
2456 if (ResIdx) in traceCandidate()
2457 dbgs() << " " << SchedModel->getProcResource(ResIdx)->Name << " "; in traceCandidate()