Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SINT_TO_FP

730   case ISD::SINT_TO_FP:
2074 assert(!isSigned && "Legalize cannot Expand SINT_TO_FP for i64 yet");
2108 SDValue Fast = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Op0);
2117 SDValue SignCvt = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Or);
2160 SDValue Tmp1 = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0);
2209 /// legal for the target, and that there is a legal UINT_TO_FP or SINT_TO_FP
2225 // If the target supports SINT_TO_FP of this type, use it.
2226 if (TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, NewInTy)) {
2227 OpToUse = ISD::SINT_TO_FP;
2702 case ISD::SINT_TO_FP:
2704 Tmp1 = ExpandLegalINT_TO_FP(Node->getOpcode() == ISD::SINT_TO_FP,
3486 Node->getOpcode() == ISD::SINT_TO_FP ||
3536 case ISD::SINT_TO_FP:
3538 Node->getOpcode() == ISD::SINT_TO_FP, dl);