Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h142 struct PatternsForOpcode { struct
178 ArrayRef<PatternsForOpcode> OpToPatterns;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp129 [](const PatternsForOpcode &L, unsigned Opcode) { in matchAliasPatterns()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1046 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local
1047 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction()