Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h187 struct PatternsForOpcode { struct
188 uint32_t Opcode;
189 uint16_t PatternStart;
190 uint16_t NumPatterns;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1080 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local