Searched defs:CompressPat (Results 1 – 1 of 1) sorted by relevance
100 struct CompressPat { struct in __anon4777ea3f0111::CompressInstEmitter102 CodeGenInstruction Source;104 CodeGenInstruction Dest;106 std::vector<Record *> PatReqFeatures;109 IndexedMap<OpData> SourceOperandMap;112 IndexedMap<OpData> DestOperandMap;114 bool IsCompressOnly;115 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat() argument650 for (auto &CompressPat : CompressPatterns) { in emitCompressInstEmitter() local