• Home
  • Raw
  • Download

Lines Matching refs:SINT_TO_FP

275   setOperationAction(ISD::SINT_TO_FP       , MVT::i1   , Promote);  in X86TargetLowering()
276 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote); in X86TargetLowering()
281 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote); in X86TargetLowering()
283 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom); in X86TargetLowering()
285 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom); in X86TargetLowering()
286 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom); in X86TargetLowering()
289 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote); in X86TargetLowering()
290 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Promote); in X86TargetLowering()
296 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom); in X86TargetLowering()
810 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in X86TargetLowering()
977 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal); in X86TargetLowering()
1121 setOperationAction(ISD::SINT_TO_FP, MVT::v8i32, Legal); in X86TargetLowering()
1342 setTargetDAGCombine(ISD::SINT_TO_FP); in X86TargetLowering()
8171 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), in lowerUINT_TO_FP_vec()
8187 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0); in LowerUINT_TO_FP()
12123 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG); in LowerOperation()
17428 return DAG.getNode(ISD::SINT_TO_FP, dl, N->getValueType(0), P); in PerformSINT_TO_FPCombine()
17601 case ISD::SINT_TO_FP: return PerformSINT_TO_FPCombine(N, DAG, this); in PerformDAGCombine()