Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h181 struct PatternsForOpcode { struct
217 ArrayRef<PatternsForOpcode> OpToPatterns;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1063 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local
1064 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()