Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2667 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2668 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2669 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2671 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2672 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2673 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()