Lines Matching defs:Src2
134 const MachineOperand &Src2) const;
205 const MachineOperand &Src2) const {
206 bool IsReg1 = Src1.isReg(), IsReg2 = Src2.isReg();
214 if (Src2.isImm() && isInt<8>(Src2.getImm()))
298 MachineOperand *Src1 = &Def1.getOperand(2), *Src2 = &Def2.getOperand(2);
300 Register SR2 = Src2->isReg() ? Src2->getReg() : Register();
316 MachineOperand *SrcT = (MinX == CI.TrueX) ? Src1 : Src2;
317 MachineOperand *SrcF = (MinX == CI.FalseX) ? Src1 : Src2;