Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstPrinter.h145 struct PatternsForOpcode { struct
181 ArrayRef<PatternsForOpcode> OpToPatterns;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstPrinter.cpp130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1054 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local
1055 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()