• Home
  • Raw
  • Download

Lines Matching refs:v1f64

96     addDRTypeForNEON(MVT::v1f64);  in AArch64TargetLowering()
530 setOperationAction(ISD::FABS, MVT::v1f64, Expand); in AArch64TargetLowering()
531 setOperationAction(ISD::FADD, MVT::v1f64, Expand); in AArch64TargetLowering()
532 setOperationAction(ISD::FCEIL, MVT::v1f64, Expand); in AArch64TargetLowering()
533 setOperationAction(ISD::FCOPYSIGN, MVT::v1f64, Expand); in AArch64TargetLowering()
534 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
535 setOperationAction(ISD::FDIV, MVT::v1f64, Expand); in AArch64TargetLowering()
536 setOperationAction(ISD::FFLOOR, MVT::v1f64, Expand); in AArch64TargetLowering()
537 setOperationAction(ISD::FMA, MVT::v1f64, Expand); in AArch64TargetLowering()
538 setOperationAction(ISD::FMUL, MVT::v1f64, Expand); in AArch64TargetLowering()
539 setOperationAction(ISD::FNEARBYINT, MVT::v1f64, Expand); in AArch64TargetLowering()
540 setOperationAction(ISD::FNEG, MVT::v1f64, Expand); in AArch64TargetLowering()
541 setOperationAction(ISD::FPOW, MVT::v1f64, Expand); in AArch64TargetLowering()
542 setOperationAction(ISD::FREM, MVT::v1f64, Expand); in AArch64TargetLowering()
543 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering()
544 setOperationAction(ISD::FRINT, MVT::v1f64, Expand); in AArch64TargetLowering()
545 setOperationAction(ISD::FSIN, MVT::v1f64, Expand); in AArch64TargetLowering()
546 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
547 setOperationAction(ISD::FSQRT, MVT::v1f64, Expand); in AArch64TargetLowering()
548 setOperationAction(ISD::FSUB, MVT::v1f64, Expand); in AArch64TargetLowering()
549 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
550 setOperationAction(ISD::SETCC, MVT::v1f64, Expand); in AArch64TargetLowering()
551 setOperationAction(ISD::BR_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
552 setOperationAction(ISD::SELECT, MVT::v1f64, Expand); in AArch64TargetLowering()
553 setOperationAction(ISD::SELECT_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
554 setOperationAction(ISD::FP_EXTEND, MVT::v1f64, Expand); in AArch64TargetLowering()
560 setOperationAction(ISD::FP_ROUND, MVT::v1f64, Expand); in AArch64TargetLowering()