Lines Matching defs:Op1
1847 SDValue Op1 = DAG.getNode(ISD::EXCEPTIONADDR, getCurDebugLoc(), VTs, Ops, 1);
1848 SDValue Chain = Op1.getValue(1);
1852 Ops[0] = Op1;
1858 Ops[0] = Op1;
2549 SDValue Op1 = getValue(I.getOperand(0));
2552 Op1.getValueType(), Op1, Op2));
2556 SDValue Op1 = getValue(I.getOperand(0));
2584 Op1.getValueType(), Op1, Op2));
2588 SDValue Op1 = getValue(I.getOperand(0));
2595 !isa<ConstantSDNode>(Op1) &&
2597 setValue(&I, TLI.BuildExactSDIV(Op1, Op2, getCurDebugLoc(), DAG));
2599 setValue(&I, DAG.getNode(ISD::SDIV, getCurDebugLoc(), Op1.getValueType(),
2600 Op1, Op2));
2609 SDValue Op1 = getValue(I.getOperand(0));
2614 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2623 SDValue Op1 = getValue(I.getOperand(0));
2627 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition));
2966 const Value *Op1 = I.getOperand(1);
2968 Type *ValTy = Op1->getType();
2970 bool FromUndef = isa<UndefValue>(Op1);
2991 SDValue Val = getValue(Op1);
3600 SDValue Op1 = getValue(I.getArgOperand(0));
3603 SDVTList VTs = DAG.getVTList(Op1.getValueType(), MVT::i1);
3604 setValue(&I, DAG.getNode(Op, getCurDebugLoc(), VTs, Op1, Op2));
3744 SDValue Op1 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Op);
3747 SDValue Exp = GetExponent(DAG, Op1, TLI, dl);
3753 SDValue X = GetSignificand(DAG, Op1, dl);
3854 SDValue Op1 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Op);
3857 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl);
3861 SDValue X = GetSignificand(DAG, Op1, dl);
3963 SDValue Op1 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Op);
3966 SDValue Exp = GetExponent(DAG, Op1, TLI, dl);
3972 SDValue X = GetSignificand(DAG, Op1, dl);
4484 SDValue Op1 = getValue(I.getArgOperand(0));
4489 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4500 SDValue Op1 = getValue(I.getArgOperand(0));
4505 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4517 SDValue Op1 = getValue(I.getArgOperand(0));
4522 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4863 const Value *Op1 = I.getArgOperand(0);
4864 Res = DAG.getConvertRndSat(DestVT, getCurDebugLoc(), getValue(Op1),
4866 DAG.getValueType(getValue(Op1).getValueType()),