Lines Matching refs:FP_EXTEND
946 setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Custom);
1382 setOperationAction(ISD::FP_EXTEND, MVT::v8f32, Legal);
2257 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
2334 } else if (Copy->getOpcode() != ISD::FP_EXTEND)
3685 // then the FP_EXTEND of the call result is not a nop. It's not safe to
12727 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
13560 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
20089 FP_EXTEND: return LowerFP_EXTEND(Op, DAG);
20273 case ISD::FP_EXTEND: {
20274 // Right now, only MVT::v2f32 has OperationAction for FP_EXTEND.
20275 // No other ValueType for FP_EXTEND should reach this point.