Lines Matching refs:Op2
1882 SDValue Op2 = DAG.getNode(ISD::EHSELECTION, getCurDebugLoc(), VTs, Ops, 2); in visitLandingPad() local
1883 Chain = Op2.getValue(1); in visitLandingPad()
1884 Op2 = DAG.getSExtOrTrunc(Op2, getCurDebugLoc(), MVT::i32); in visitLandingPad()
1887 Ops[1] = Op2; in visitLandingPad()
2570 SDValue Op2 = getValue(I.getOperand(1)); in visitFSub() local
2572 Op2.getValueType(), Op2)); in visitFSub()
2581 SDValue Op2 = getValue(I.getOperand(1)); in visitBinary() local
2583 Op1.getValueType(), Op1, Op2)); in visitBinary()
2588 SDValue Op2 = getValue(I.getOperand(1)); in visitShift() local
2590 MVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType()); in visitShift()
2593 if (!I.getType()->isVectorTy() && Op2.getValueType() != ShiftTy) { in visitShift()
2595 unsigned Op2Size = Op2.getValueType().getSizeInBits(); in visitShift()
2600 Op2 = DAG.getNode(ISD::ZERO_EXTEND, DL, ShiftTy, Op2); in visitShift()
2606 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()
2607 Op2 = DAG.getNode(ISD::TRUNCATE, DL, ShiftTy, Op2); in visitShift()
2611 Op2 = DAG.getZExtOrTrunc(Op2, DL, MVT::i32); in visitShift()
2615 Op1.getValueType(), Op1, Op2)); in visitShift()
2620 SDValue Op2 = getValue(I.getOperand(1)); in visitSDiv() local
2627 isa<ConstantSDNode>(Op2) && !cast<ConstantSDNode>(Op2)->isNullValue()) in visitSDiv()
2628 setValue(&I, TLI.BuildExactSDIV(Op1, Op2, getCurDebugLoc(), DAG)); in visitSDiv()
2631 Op1, Op2)); in visitSDiv()
2641 SDValue Op2 = getValue(I.getOperand(1)); in visitICmp() local
2645 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp()
2655 SDValue Op2 = getValue(I.getOperand(1)); in visitFCmp() local
2660 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp()
4508 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4512 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false, in visitIntrinsicCall()
4524 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4528 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
4541 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4545 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
5107 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
5110 setValue(&I, DAG.getNode(Op, getCurDebugLoc(), VTs, Op1, Op2)); in visitIntrinsicCall()