Lines Matching refs:CodeGenInstruction
86 CodeGenInstruction Source; // The source instruction definition.
87 CodeGenInstruction Dest; // The destination instruction to transform to.
96 CompressPat(CodeGenInstruction &S, CodeGenInstruction &D, in CompressPat()
107 void addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Inst,
123 CodeGenInstruction &DestInst);
183 Record *Rec, DagInit *Dag, CodeGenInstruction &Inst, in addDagOperandMapping()
249 static bool verifyDagOpCount(CodeGenInstruction &Inst, DagInit *Dag, in verifyDagOpCount()
339 StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) { in createInstOperandMapping()
420 CodeGenInstruction SourceInst(Operator); in evaluateCompressPat()
438 CodeGenInstruction DestInst(DestOperator); in evaluateCompressPat()
604 CodeGenInstruction &Source = in emitCompressInstEmitter()
606 CodeGenInstruction &Dest = Compress ? CompressPat.Dest : CompressPat.Source; in emitCompressInstEmitter()