Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstPrinter.h146 struct PatternsForOpcode { struct
182 ArrayRef<PatternsForOpcode> OpToPatterns;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCInstPrinter.cpp130 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1055 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local
1056 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()