Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DestVT

2613   EVT DestVT = TLI.getValueType(I.getType());
2614 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2626 EVT DestVT = TLI.getValueType(I.getType());
2627 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition));
2660 EVT DestVT = TLI.getValueType(I.getType());
2661 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurDebugLoc(), DestVT, N));
2668 EVT DestVT = TLI.getValueType(I.getType());
2669 setValue(&I, DAG.getNode(ISD::ZERO_EXTEND, getCurDebugLoc(), DestVT, N));
2676 EVT DestVT = TLI.getValueType(I.getType());
2677 setValue(&I, DAG.getNode(ISD::SIGN_EXTEND, getCurDebugLoc(), DestVT, N));
2683 EVT DestVT = TLI.getValueType(I.getType());
2685 DestVT, N, DAG.getIntPtrConstant(0)));
2691 EVT DestVT = TLI.getValueType(I.getType());
2692 setValue(&I, DAG.getNode(ISD::FP_EXTEND, getCurDebugLoc(), DestVT, N));
2698 EVT DestVT = TLI.getValueType(I.getType());
2699 setValue(&I, DAG.getNode(ISD::FP_TO_UINT, getCurDebugLoc(), DestVT, N));
2705 EVT DestVT = TLI.getValueType(I.getType());
2706 setValue(&I, DAG.getNode(ISD::FP_TO_SINT, getCurDebugLoc(), DestVT, N));
2712 EVT DestVT = TLI.getValueType(I.getType());
2713 setValue(&I, DAG.getNode(ISD::UINT_TO_FP, getCurDebugLoc(), DestVT, N));
2719 EVT DestVT = TLI.getValueType(I.getType());
2720 setValue(&I, DAG.getNode(ISD::SINT_TO_FP, getCurDebugLoc(), DestVT, N));
2727 EVT DestVT = TLI.getValueType(I.getType());
2728 setValue(&I, DAG.getZExtOrTrunc(N, getCurDebugLoc(), DestVT));
2735 EVT DestVT = TLI.getValueType(I.getType());
2736 setValue(&I, DAG.getZExtOrTrunc(N, getCurDebugLoc(), DestVT));
2741 EVT DestVT = TLI.getValueType(I.getType());
2745 if (DestVT != N.getValueType())
2747 DestVT, N)); // convert types.
4833 EVT DestVT = TLI.getValueType(I.getType());
4834 ShAmt = DAG.getNode(ISD::BITCAST, dl, DestVT, ShAmt);
4835 Res = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
4862 EVT DestVT = TLI.getValueType(I.getType());
4864 Res = DAG.getConvertRndSat(DestVT, getCurDebugLoc(), getValue(Op1),
4865 DAG.getValueType(DestVT),