Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2655 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2656 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2657 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
2659 for (const auto &OpClassEntry : Info.RegisterClassClasses) { in emitOperandDiagnosticTypes() local
2660 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2661 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2423 for (const auto &OpClassEntry : Info.AsmOperandClasses) { in emitOperandDiagnosticTypes() local
2424 if (!OpClassEntry.second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()
2425 Types.insert(OpClassEntry.second->DiagnosticType); in emitOperandDiagnosticTypes()