Searched refs:PRDef (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp675 Record *PRDef = ProcModel.ProcResourceDefs[i]; local
676 if (!PRDef->isSubClassOf("ProcResGroup"))
678 RecVec ResUnits = PRDef->getValueAsListOfDefs("Resources");
681 SchedModels.findProcResUnits(RUDef, ProcModel, PRDef->getLoc());
686 OS << " // " << PRDef->getName() << "\n";
830 Record *PRDef = ProcModel.ProcResourceDefs[i]; local
836 int BufferSize = PRDef->getValueAsInt("BufferSize");
837 if (PRDef->isSubClassOf("ProcResGroup")) {
838 RecVec ResUnits = PRDef->getValueAsListOfDefs("Resources");
846 if (PRDef
985 Record *PRDef = PRVec[i]; local
[all...]
H A DCodeGenSchedule.h276 unsigned getProcResourceIdx(Record *PRDef) const;
H A DCodeGenSchedule.cpp2207 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const {
2208 RecIter PRPos = find(ProcResourceDefs, PRDef);
2210 PrintFatalError(PRDef->getLoc(), "ProcResource def is not included in "

Completed in 178 milliseconds