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.cpp2696 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2697 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2698 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2700 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2701 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2702 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()