• Home
  • Raw
  • Download

Lines Matching refs:v8f16

105     addQRTypeForNEON(MVT::v8f16);  in AArch64TargetLowering()
357 setOperationAction(ISD::FABS, MVT::v8f16, Expand); in AArch64TargetLowering()
358 setOperationAction(ISD::FADD, MVT::v8f16, Expand); in AArch64TargetLowering()
359 setOperationAction(ISD::FCEIL, MVT::v8f16, Expand); in AArch64TargetLowering()
360 setOperationAction(ISD::FCOPYSIGN, MVT::v8f16, Expand); in AArch64TargetLowering()
361 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
362 setOperationAction(ISD::FDIV, MVT::v8f16, Expand); in AArch64TargetLowering()
363 setOperationAction(ISD::FFLOOR, MVT::v8f16, Expand); in AArch64TargetLowering()
364 setOperationAction(ISD::FMA, MVT::v8f16, Expand); in AArch64TargetLowering()
365 setOperationAction(ISD::FMUL, MVT::v8f16, Expand); in AArch64TargetLowering()
366 setOperationAction(ISD::FNEARBYINT, MVT::v8f16, Expand); in AArch64TargetLowering()
367 setOperationAction(ISD::FNEG, MVT::v8f16, Expand); in AArch64TargetLowering()
368 setOperationAction(ISD::FPOW, MVT::v8f16, Expand); in AArch64TargetLowering()
369 setOperationAction(ISD::FPOWI, MVT::v8f16, Expand); in AArch64TargetLowering()
370 setOperationAction(ISD::FREM, MVT::v8f16, Expand); in AArch64TargetLowering()
371 setOperationAction(ISD::FROUND, MVT::v8f16, Expand); in AArch64TargetLowering()
372 setOperationAction(ISD::FRINT, MVT::v8f16, Expand); in AArch64TargetLowering()
373 setOperationAction(ISD::FSIN, MVT::v8f16, Expand); in AArch64TargetLowering()
374 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
375 setOperationAction(ISD::FSQRT, MVT::v8f16, Expand); in AArch64TargetLowering()
376 setOperationAction(ISD::FSUB, MVT::v8f16, Expand); in AArch64TargetLowering()
377 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand); in AArch64TargetLowering()
378 setOperationAction(ISD::SETCC, MVT::v8f16, Expand); in AArch64TargetLowering()
379 setOperationAction(ISD::BR_CC, MVT::v8f16, Expand); in AArch64TargetLowering()
380 setOperationAction(ISD::SELECT, MVT::v8f16, Expand); in AArch64TargetLowering()
381 setOperationAction(ISD::SELECT_CC, MVT::v8f16, Expand); in AArch64TargetLowering()
382 setOperationAction(ISD::FP_EXTEND, MVT::v8f16, Expand); in AArch64TargetLowering()
383 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
384 setOperationAction(ISD::FEXP2, MVT::v8f16, Expand); in AArch64TargetLowering()
385 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering()
386 setOperationAction(ISD::FLOG2, MVT::v8f16, Expand); in AArch64TargetLowering()
387 setOperationAction(ISD::FLOG10, MVT::v8f16, Expand); in AArch64TargetLowering()
638 } else if (VT == MVT::v2f64 || VT == MVT::v4f32 || VT == MVT::v8f16) { in addTypeForNEON()
6368 VT == MVT::v8f16) in LowerINSERT_VECTOR_ELT()
6402 VT == MVT::v8f16) in LowerEXTRACT_VECTOR_ELT()