Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h115 struct PatternsForOpcode { struct
116 uint32_t Opcode;
117 uint16_t PatternStart;
118 uint16_t NumPatterns;
/external/llvm-project/llvm/include/llvm/MC/
DMCInstPrinter.h142 struct PatternsForOpcode { struct
143 uint32_t Opcode;
144 uint16_t PatternStart;
145 uint16_t NumPatterns;
/external/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp1052 std::string PatternsForOpcode; in EmitPrintAliasInstruction() local