• Home
  • Raw
  • Download

Lines Matching refs:v2f64

165   addTypeForNEON(VT, MVT::v2f64, MVT::v4i32);  in addQRTypeForNEON()
442 addQRTypeForNEON(MVT::v2f64); in ARMTargetLowering()
450 setOperationAction(ISD::FADD, MVT::v2f64, Expand); in ARMTargetLowering()
451 setOperationAction(ISD::FSUB, MVT::v2f64, Expand); in ARMTargetLowering()
452 setOperationAction(ISD::FMUL, MVT::v2f64, Expand); in ARMTargetLowering()
453 setOperationAction(ISD::FDIV, MVT::v2f64, Expand); in ARMTargetLowering()
454 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
455 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand); in ARMTargetLowering()
456 setOperationAction(ISD::VSETCC, MVT::v2f64, Expand); in ARMTargetLowering()
457 setOperationAction(ISD::FNEG, MVT::v2f64, Expand); in ARMTargetLowering()
458 setOperationAction(ISD::FABS, MVT::v2f64, Expand); in ARMTargetLowering()
459 setOperationAction(ISD::FSQRT, MVT::v2f64, Expand); in ARMTargetLowering()
460 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
461 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
462 setOperationAction(ISD::FPOWI, MVT::v2f64, Expand); in ARMTargetLowering()
463 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering()
464 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
465 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
466 setOperationAction(ISD::FLOG10, MVT::v2f64, Expand); in ARMTargetLowering()
467 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
468 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
469 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
470 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
471 setOperationAction(ISD::FRINT, MVT::v2f64, Expand); in ARMTargetLowering()
472 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); in ARMTargetLowering()
473 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand); in ARMTargetLowering()
475 setTruncStoreAction(MVT::v2f64, MVT::v2f32, Expand); in ARMTargetLowering()
791 case MVT::v4f32: case MVT::v2f64: in findRepresentativeClass()
1120 if (VA.getLocVT() == MVT::v2f64) { in LowerCallResult()
1121 SDValue Vec = DAG.getNode(ISD::UNDEF, dl, MVT::v2f64); in LowerCallResult()
1122 Vec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, Vec, Val, in LowerCallResult()
1134 Val = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, Vec, Val, in LowerCallResult()
1284 if (VA.getLocVT() == MVT::v2f64) { in LowerCall()
1729 if (RegVT == MVT::v2f64) { in IsEligibleForTailCallOptimization()
1793 if (VA.getLocVT() == MVT::v2f64) { in LowerReturn()
2473 if (VA.getLocVT() == MVT::v2f64) { in LowerFormalArguments()
2488 ArgValue = DAG.getNode(ISD::UNDEF, dl, MVT::v2f64); in LowerFormalArguments()
2489 ArgValue = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, in LowerFormalArguments()
2491 ArgValue = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, in LowerFormalArguments()
2503 else if (RegVT == MVT::v2f64) in LowerFormalArguments()
4427 SDValue Val = DAG.getUNDEF(MVT::v2f64); in LowerCONCAT_VECTORS()
4431 Val = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, Val, in LowerCONCAT_VECTORS()
4435 Val = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v2f64, Val, in LowerCONCAT_VECTORS()