Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h418 STRICT_FSQRT, enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp208 case ISD::STRICT_FSQRT: return "strict_fsqrt"; in getOperationName()
H A DLegalizeVectorOps.cpp691 case ISD::STRICT_FSQRT: in Promote()
H A DLegalizeFloatTypes.cpp140 case ISD::STRICT_FSQRT: in SoftenFloatResult()
1464 case ISD::STRICT_FSQRT: in ExpandFloatResult()
H A DLegalizeDAG.cpp4514 case ISD::STRICT_FSQRT: in ConvertNodeToLibcall()
5571 case ISD::STRICT_FSQRT: in PromoteNode()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp542 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering()
591 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering()
657 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp435 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS}; in RISCVTargetLowering()
459 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, in RISCVTargetLowering()
953 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}; in RISCVTargetLowering()
1034 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}, in RISCVTargetLowering()
1391 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA, in RISCVTargetLowering()
5998 OP_CASE(STRICT_FSQRT) in getRISCVVLOp()
7085 case ISD::STRICT_FSQRT: in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp382 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in PPCTargetLowering()
383 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in PPCTargetLowering()
1153 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in PPCTargetLowering()
1167 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in PPCTargetLowering()
1251 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, Legal); in PPCTargetLowering()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td581 def strict_fsqrt : SDNode<"ISD::STRICT_FSQRT",
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp691 setOperationAction(ISD::STRICT_FSQRT, MVT::f16, Promote); in X86TargetLowering()
804 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in X86TargetLowering()
805 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in X86TargetLowering()
862 setOperationAction(ISD::STRICT_FSQRT , MVT::f80, Legal); in X86TargetLowering()
907 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, LibCall); in X86TargetLowering()
1066 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in X86TargetLowering()
1298 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in X86TargetLowering()
1484 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f32, Legal); in X86TargetLowering()
1485 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f64, Legal); in X86TargetLowering()
1834 setOperationAction(ISD::STRICT_FSQRT, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp784 ISD::STRICT_FSQRT, in AArch64TargetLowering()
882 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering()
1198 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering()
1917 ISD::STRICT_FSQRT}) in addTypeForNEON()