Home
last modified time | relevance | path

Searched refs:STRICT_FSQRT (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h431 STRICT_FSQRT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp220 case ISD::STRICT_FSQRT: return "strict_fsqrt"; in getOperationName()
H A DLegalizeFloatTypes.cpp148 case ISD::STRICT_FSQRT: in SoftenFloatResult()
1621 case ISD::STRICT_FSQRT: in ExpandFloatResult()
H A DLegalizeVectorOps.cpp736 case ISD::STRICT_FSQRT: in Promote()
H A DLegalizeDAG.cpp4687 case ISD::STRICT_FSQRT: { in ConvertNodeToLibcall()
5830 case ISD::STRICT_FSQRT: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td616 def strict_fsqrt : SDNode<"ISD::STRICT_FSQRT",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp458 ISD::STRICT_FMUL, ISD::STRICT_FDIV, ISD::STRICT_FSQRT, in RISCVTargetLowering()
480 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, in RISCVTargetLowering()
1031 ISD::STRICT_FSQRT, in RISCVTargetLowering()
1125 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}, in RISCVTargetLowering()
1534 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA, in RISCVTargetLowering()
7004 OP_CASE(STRICT_FSQRT) in getRISCVVLOp()
8196 case ISD::STRICT_FSQRT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp594 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering()
648 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
716 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp390 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in PPCTargetLowering()
391 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in PPCTargetLowering()
1170 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in PPCTargetLowering()
1184 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in PPCTargetLowering()
1269 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp701 setOperationAction(ISD::STRICT_FSQRT, MVT::f16, Promote); in X86TargetLowering()
814 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in X86TargetLowering()
815 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in X86TargetLowering()
873 setOperationAction(ISD::STRICT_FSQRT , MVT::f80, Legal); in X86TargetLowering()
919 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, LibCall); in X86TargetLowering()
1083 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in X86TargetLowering()
1319 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in X86TargetLowering()
1508 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f32, Legal); in X86TargetLowering()
1509 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f64, Legal); in X86TargetLowering()
1866 setOperationAction(ISD::STRICT_FSQRT, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp818 ISD::STRICT_FSQRT, in AArch64TargetLowering()
922 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering()
1249 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering()
2086 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) in addTypeForNEON()