Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h181 struct PatternsForOpcode { struct
182 uint32_t Opcode;
183 uint16_t PatternStart;
184 uint16_t NumPatterns;
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1063 std::string PatternsForOpcode; EmitPrintAliasInstruction() local