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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp299 RecVec StageList = ItinData->getValueAsListOfDefs("Stages"); local
302 unsigned N = NStages = StageList.size();
305 const Record *Stage = StageList[i];

Completed in 157 milliseconds