Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp280 const size_t NumOperandNames = OperandNameToID.size(); in emitOperandNameMappings() local
281 OperandEnumToID.reserve(NumOperandNames); in emitOperandNameMappings()
291 OS << " NUM_OPERAND_NAMES = " << NumOperandNames << ",\n"; in emitOperandNameMappings()
304 if (NumOperandNames != 0) { in emitOperandNameMappings()
308 OS << " static constexpr " << Type << " OperandMap[][" << NumOperandNames in emitOperandNameMappings()