Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp93 struct CompressPat { struct in __anonc4f9ae110111::RISCVCompressInstEmitter
94 CodeGenInstruction Source; // The source instruction definition.
95 CodeGenInstruction Dest; // The destination instruction to transform to.
97 PatReqFeatures; // Required target features to enable pattern.
99 SourceOperandMap; // Maps operands in the Source Instruction to
102 DestOperandMap; // Maps operands in the Dest Instruction
104 bool IsCompressOnly;
105 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat() argument
638 for (auto &CompressPat : CompressPatterns) { in emitCompressInstEmitter() local