Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstPrinter.h145 struct PatternsForOpcode { struct
146 uint32_t Opcode;
147 uint16_t PatternStart;
148 uint16_t NumPatterns;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1054 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local