Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h181 struct PatternsForOpcode { struct
217 ArrayRef<PatternsForOpcode> OpToPatterns;
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1087 std::string PatternsForOpcode; in EmitPrintAliasInstruction()
1088 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()
1165 if (PatternsForOpcode.empty()) { in EmitPrintAliasInstruction()
1181 O.indent(2) << "static const PatternsForOpcode OpToPatterns[] = {\n"; in EmitPrintAliasInstruction()
1182 O << PatternsForOpcode; in EmitPrintAliasInstruction()
1201 O.indent(2) << " SortCheck(ArrayRef<PatternsForOpcode> OpToPatterns) {\n"; in EmitPrintAliasInstruction()
1204 O.indent(2) << " [](const PatternsForOpcode &L, const " in EmitPrintAliasInstruction()
1205 "PatternsForOpcode &R) {\n"; in EmitPrintAliasInstruction()
1063 std::string PatternsForOpcode; EmitPrintAliasInstruction() local