Home | History | Annotate | Download | only in ARM

Lines Matching refs:FP_TO_SINT

112     setOperationAction(ISD::FP_TO_SINT, VT.getSimpleVT(), Custom);
117 setOperationAction(ISD::FP_TO_SINT, VT.getSimpleVT(), Expand);
542 setOperationAction(ISD::FP_TO_SINT, MVT::v4i16, Custom);
558 setTargetDAGCombine(ISD::FP_TO_SINT);
784 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
3143 case ISD::FP_TO_SINT:
4920 X = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, X);
4957 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0);
5066 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0);
5155 case ISD::FP_TO_SINT:
7907 bool isSigned = N->getOpcode() == ISD::FP_TO_SINT;
8423 case ISD::FP_TO_SINT: