Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp85 struct CompressPat { struct in __anon6c804a800111::RISCVCompressInstEmitter
86 CodeGenInstruction Source; // The source instruction definition.
87 CodeGenInstruction Dest; // The destination instruction to transform to.
89 PatReqFeatures; // Required target features to enable pattern.
91 SourceOperandMap; // Maps operands in the Source Instruction to
94 DestOperandMap; // Maps operands in the Dest Instruction
96 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat() function
599 for (auto &CompressPat : CompressPatterns) { in emitCompressInstEmitter() local