Lines Matching refs:CodeGenInstruction
94 CodeGenInstruction Source; // The source instruction definition.
95 CodeGenInstruction Dest; // The destination instruction to transform to.
104 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat()
115 void addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Inst,
131 CodeGenInstruction &DestInst);
191 Record *Rec, DagInit *Dag, CodeGenInstruction &Inst, in addDagOperandMapping()
257 static bool verifyDagOpCount(CodeGenInstruction &Inst, DagInit *Dag, in verifyDagOpCount()
350 StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) { in createInstOperandMapping()
427 CodeGenInstruction SourceInst(Operator); in evaluateCompressPat()
440 CodeGenInstruction DestInst(DestOperator); in evaluateCompressPat()
655 CodeGenInstruction &Source = in emitCompressInstEmitter()
657 CodeGenInstruction &Dest = in emitCompressInstEmitter()