Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2670 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2671 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2672 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2674 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2675 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2676 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()