Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2690 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2691 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2692 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2694 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2695 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2696 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()