Lines Matching defs:Src1
1293 // X <= 0 and Src1 < 0 => cannot compare
1866 bool evaluateHexCompare2(uint32_t Cmp, const MachineOperand &Src1,
2567 // Classic compare: Dst0 = CMP Src1, Src2
2576 const MachineOperand &Src1 = MI.getOperand(1);
2581 bool Computed = evaluateHexCompare2(Opc, Src1, Src2, Inputs, Result);
2599 const MachineOperand &Src1, const MachineOperand &Src2,
2602 bool Reg1 = Src1.isReg(), Reg2 = Src2.isReg();
2603 bool Imm1 = Src1.isImm(), Imm2 = Src2.isImm();
2605 RegisterSubReg R1(Src1);
2614 APInt A1 = getCmpImm(Opc, 1, Src1);
2633 const MachineOperand &Src1 = MI.getOperand(1);
2635 RegisterSubReg R1(Src1);
3026 const MachineOperand &Src1 = MI.getOperand(1);
3028 .addReg(Src1.getReg(), getRegState(Src1), Src1.getSubReg())