Home
last modified time | relevance | path

Searched defs:PatternsForOpcode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstPrinter.h146 struct PatternsForOpcode { struct
147 uint32_t Opcode;
148 uint16_t PatternStart;
149 uint16_t NumPatterns;
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1055 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local