Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2650 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2651 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2652 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2654 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2655 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2656 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()