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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp626 Record *PRDef = ProcModel.ProcResourceDefs[i]; local
627 if (!PRDef->isSubClassOf("ProcResGroup"))
629 RecVec ResUnits = PRDef->getValueAsListOfDefs("Resources");
632 SchedModels.findProcResUnits(RUDef, ProcModel, PRDef->getLoc());
637 OS << " // " << PRDef->getName() << "\n";
785 Record *PRDef = ProcModel.ProcResourceDefs[i]; local
791 int BufferSize = PRDef->getValueAsInt("BufferSize");
792 if (PRDef->isSubClassOf("ProcResGroup")) {
793 RecVec ResUnits = PRDef->getValueAsListOfDefs("Resources");
801 if (PRDef
940 Record *PRDef = PRVec[i]; local
[all...]
H A DCodeGenSchedule.h270 unsigned getProcResourceIdx(Record *PRDef) const;
H A DCodeGenSchedule.cpp2143 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const {
2144 RecIter PRPos = find(ProcResourceDefs, PRDef);
2146 PrintFatalError(PRDef->getLoc(), "ProcResource def is not included in "

Completed in 70 milliseconds