Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h187 struct PatternsForOpcode { struct
223 ArrayRef<PatternsForOpcode> OpToPatterns;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1080 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local
1081 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()
1158 if (PatternsForOpcode.empty()) { in EmitPrintAliasInstruction()
1175 O << PatternsForOpcode; in EmitPrintAliasInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()