Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp100 struct CompressPat { struct in __anon4777ea3f0111::CompressInstEmitter
102 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() argument
650 for (auto &CompressPat : CompressPatterns) { in emitCompressInstEmitter() local