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.cpp841 Record *SuperDef = nullptr; in EmitProcessorResources() local
855 SuperDef = SchedModels.findProcResUnits(PRDef->getValueAsDef("Super"), in EmitProcessorResources()
857 SuperIdx = ProcModel.getProcResourceIdx(SuperDef); in EmitProcessorResources()
873 if (SuperDef) in EmitProcessorResources()
874 OS << ", Super=" << SuperDef->getName(); in EmitProcessorResources()
1021 Record *SuperDef = SchedModels.findProcResUnits( in ExpandProcResources() local
1023 PRVec.push_back(SuperDef); in ExpandProcResources()
1026 SubDef = SuperDef; in ExpandProcResources()