Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp818 const Record *SuperDef = nullptr; in emitProcessorResources() local
831 SuperDef = SchedModels.findProcResUnits(PRDef->getValueAsDef("Super"), in emitProcessorResources()
833 SuperIdx = ProcModel.getProcResourceIdx(SuperDef); in emitProcessorResources()
849 if (SuperDef) in emitProcessorResources()
850 OS << ", Super=" << SuperDef->getName(); in emitProcessorResources()
997 const Record *SuperDef = SchedModels.findProcResUnits( in expandProcResources() local
999 PRVec.push_back(SuperDef); in expandProcResources()
1002 SubDef = SuperDef; in expandProcResources()