Searched refs:CompressPat (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp7 // RISCVCompressInstEmitter implements a tablegen-driven CompressPat based
12 // RISCVCompressInstEmitter implements a tablegen-driven CompressPat Instruction
16 // This tablegen backend processes CompressPat declarations in a
24 // class CompressPat<dag input, dag output> {
31 // def : CompressPat<(ADD GPRNoX0:$rs1, GPRNoX0:$rs1, GPRNoX0:$rs2),
93 struct CompressPat { struct in class:__anon5935::RISCVCompressInstEmitter
104 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, function in struct:__anon5935::RISCVCompressInstEmitter::CompressPat
113 SmallVector<CompressPat, 4> CompressPatterns;
252 llvm_unreachable("Unhandled CompressPat argument type!");
395 /// These are the checks to validate a CompressPat patter
[all...]

Completed in 45 milliseconds