Searched defs:CompressPat (Results 1 – 1 of 1) sorted by relevance
93 struct CompressPat { struct in __anonc4f9ae110111::RISCVCompressInstEmitter94 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 to102 DestOperandMap; // Maps operands in the Dest Instruction104 bool IsCompressOnly;105 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat() argument638 for (auto &CompressPat : CompressPatterns) { in emitCompressInstEmitter() local