Lines Matching refs:v1f64
108 addDRTypeForNEON(MVT::v1f64); in AArch64TargetLowering()
389 setOperationAction(ISD::FABS, MVT::v1f64, Expand); in AArch64TargetLowering()
390 setOperationAction(ISD::FADD, MVT::v1f64, Expand); in AArch64TargetLowering()
391 setOperationAction(ISD::FCEIL, MVT::v1f64, Expand); in AArch64TargetLowering()
392 setOperationAction(ISD::FCOPYSIGN, MVT::v1f64, Expand); in AArch64TargetLowering()
393 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
394 setOperationAction(ISD::FDIV, MVT::v1f64, Expand); in AArch64TargetLowering()
395 setOperationAction(ISD::FFLOOR, MVT::v1f64, Expand); in AArch64TargetLowering()
396 setOperationAction(ISD::FMA, MVT::v1f64, Expand); in AArch64TargetLowering()
397 setOperationAction(ISD::FMUL, MVT::v1f64, Expand); in AArch64TargetLowering()
398 setOperationAction(ISD::FNEARBYINT, MVT::v1f64, Expand); in AArch64TargetLowering()
399 setOperationAction(ISD::FNEG, MVT::v1f64, Expand); in AArch64TargetLowering()
400 setOperationAction(ISD::FPOW, MVT::v1f64, Expand); in AArch64TargetLowering()
401 setOperationAction(ISD::FREM, MVT::v1f64, Expand); in AArch64TargetLowering()
402 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering()
403 setOperationAction(ISD::FRINT, MVT::v1f64, Expand); in AArch64TargetLowering()
404 setOperationAction(ISD::FSIN, MVT::v1f64, Expand); in AArch64TargetLowering()
405 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
406 setOperationAction(ISD::FSQRT, MVT::v1f64, Expand); in AArch64TargetLowering()
407 setOperationAction(ISD::FSUB, MVT::v1f64, Expand); in AArch64TargetLowering()
408 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
409 setOperationAction(ISD::SETCC, MVT::v1f64, Expand); in AArch64TargetLowering()
410 setOperationAction(ISD::BR_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
411 setOperationAction(ISD::SELECT, MVT::v1f64, Expand); in AArch64TargetLowering()
412 setOperationAction(ISD::SELECT_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
413 setOperationAction(ISD::FP_EXTEND, MVT::v1f64, Expand); in AArch64TargetLowering()
419 setOperationAction(ISD::FP_ROUND, MVT::v1f64, Expand); in AArch64TargetLowering()