Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SINT_TO_FP

1189   case ISD::SINT_TO_FP:
2460 assert(!isSigned && "Legalize cannot Expand SINT_TO_FP for i64 yet");
2494 SDValue Fast = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Op0);
2503 SDValue SignCvt = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Or);
2546 SDValue Tmp1 = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0);
2595 /// legal for the target, and that there is a legal UINT_TO_FP or SINT_TO_FP
2611 // If the target supports SINT_TO_FP of this type, use it.
2612 if (TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, NewInTy)) {
2613 OpToUse = ISD::SINT_TO_FP;
3150 case ISD::SINT_TO_FP:
3152 Tmp1 = ExpandLegalINT_TO_FP(Node->getOpcode() == ISD::SINT_TO_FP,
4141 Node->getOpcode() == ISD::SINT_TO_FP ||
4191 case ISD::SINT_TO_FP:
4193 Node->getOpcode() == ISD::SINT_TO_FP, dl);