Home
last modified time | relevance | path

Searched refs:FSQRT (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3886 { ISD::FSQRT, MVT::f32, { 3, 12, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3887 { ISD::FSQRT, MVT::v4f32, { 3, 12, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3888 { ISD::FSQRT, MVT::v8f32, { 6, 12, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3889 { ISD::FSQRT, MVT::v16f32, { 12, 20, 1, 3 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3890 { ISD::FSQRT, MVT::f64, { 6, 18, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3891 { ISD::FSQRT, MVT::v2f64, { 6, 18, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3892 { ISD::FSQRT, MVT::v4f64, { 12, 18, 1, 1 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
3893 { ISD::FSQRT, MVT::v8f64, { 24, 32, 1, 3 } }, // Skylake from http://www.agner.org/ in getIntrinsicInstrCost()
4045 { ISD::FSQRT, MVT::f32, { 7, 15, 1, 1 } }, // vsqrtss in getIntrinsicInstrCost()
4046 { ISD::FSQRT, MVT::v4f32, { 7, 15, 1, 1 } }, // vsqrtps in getIntrinsicInstrCost()
[all …]
H A DX86IntrinsicsInfo.h1380 X86_INTRINSIC_DATA(avx512_sqrt_pd_512, INTR_TYPE_1OP, ISD::FSQRT,
1382 X86_INTRINSIC_DATA(avx512_sqrt_ps_512, INTR_TYPE_1OP, ISD::FSQRT,
1780 X86_INTRINSIC_DATA(avx512fp16_sqrt_ph_512, INTR_TYPE_1OP, ISD::FSQRT,
H A DX86.td624 // TuningFastScalarFSQRT should be enabled if scalar FSQRT has shorter latency
626 // vector FSQRT has higher throughput than the corresponding NR code.
/freebsd/contrib/one-true-awk/
H A Dawk.h144 #define FSQRT 2 macro
H A Dlex.c89 { "sqrt", FSQRT, BLTIN },
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def103 DAG_FUNCTION(sqrt, 1, 1, experimental_constrained_sqrt, FSQRT)
H A DVPIntrinsics.def352 VP_PROPERTY_FUNCTIONAL_SDOPC(FSQRT)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1004 FSQRT, enumerator
H A DBasicTTIImpl.h641 TLI->isOperationLegalOrCustom(ISD::FSQRT, VT); in haveFastSqrt()
2244 ISD = ISD::FSQRT; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSyntacoreSCR7.td370 // - Non-pipelined FDIV/FSQRT
H A DRISCVTargetTransformInfo.cpp1372 FsqrtType = TLI->getTypeToPromoteTo(ISD::FSQRT, FsqrtType); in getIntrinsicInstrCost()
1385 FsqrtType = TLI->getTypeToPromoteTo(ISD::FSQRT, FsqrtType); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td553 // FDIV,FSQRT
555 // TODO: Specialize FSQRT for longer latency.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td309 def : InstRW<[P7_ScalarFPU_44C, P7_DISP_FP], (instrs FSQRT, FSQRT_rec)>;
H A DPPCISelLowering.h90 FSQRT, enumerator
H A DP10InstrResources.td71 FSQRT,
H A DP9InstrResources.td1155 FSQRT
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFPU.td122 defm FSQRT : ABSS_MMM<"sqrt.d", II_SQRT_D, fsqrt>, ROUND_W_FM_MM<1, 0x28>;
H A DMipsSEISelLowering.cpp186 setOperationAction(ISD::FSQRT, MVT::f16, Promote); in MipsSETargetLowering()
431 setOperationAction(ISD::FSQRT, Ty, Legal); in addMSAFloatType()
1959 return DAG.getNode(ISD::FSQRT, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
H A DMipsInstrFPU.td543 defm FSQRT : ABSS_M<"sqrt.d", II_SQRT_D, fsqrt>, ABSS_FM<0x4, 17>, ISA_MIPS2;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp216 setOperationAction(ISD::FSQRT, VT, Expand); in XtensaTargetLowering()
222 setOperationAction(ISD::FSQRT, VT, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF1.td121 defm FSQRT : FT_XZ<0b011010, "fsqrt", UnOpFrag<(fsqrt node:$Src)>>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp219 case ISD::FSQRT: return "fsqrt"; in getOperationName()
H A DLegalizeFloatTypes.cpp149 case ISD::FSQRT: R = SoftenFloatRes_FSQRT(N); break; in SoftenFloatResult()
1622 case ISD::FSQRT: ExpandFloatRes_FSQRT(N, Lo, Hi); break; in ExpandFloatResult()
2853 case ISD::FSQRT: in PromoteFloatResult()
3339 case ISD::FSQRT: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp414 case ISD::FSQRT: in LegalizeOp()
1306 case ISD::FSQRT: in Expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1884 setOperationAction(ISD::FSQRT, MVT::f128, Legal); in SparcTargetLowering()
1901 setOperationAction(ISD::FSQRT, MVT::f128, Custom); in SparcTargetLowering()
1949 setOperationAction(ISD::FSQRT, MVT::f32, Promote); in SparcTargetLowering()
3140 case ISD::FSQRT: return LowerF128Op(Op, DAG, in LowerOperation()

12