| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 411 STRICT_FSQRT, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 202 case ISD::STRICT_FSQRT: return "strict_fsqrt"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 131 case ISD::STRICT_FSQRT: in SoftenFloatResult() 1352 case ISD::STRICT_FSQRT: in ExpandFloatResult()
|
| H A D | LegalizeVectorOps.cpp | 726 case ISD::STRICT_FSQRT: in Promote()
|
| H A D | LegalizeDAG.cpp | 4414 case ISD::STRICT_FSQRT: in ConvertNodeToLibcall() 5386 case ISD::STRICT_FSQRT: in PromoteNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 426 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS}; in RISCVTargetLowering() 450 ISD::STRICT_FSQRT, ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, in RISCVTargetLowering() 920 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}; in RISCVTargetLowering() 1000 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}, in RISCVTargetLowering() 1319 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA, in RISCVTargetLowering() 5599 OP_CASE(STRICT_FSQRT) in getRISCVVLOp() 6612 case ISD::STRICT_FSQRT: in LowerOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 529 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering() 578 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering() 644 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 372 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in PPCTargetLowering() 373 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in PPCTargetLowering() 1143 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in PPCTargetLowering() 1157 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in PPCTargetLowering() 1241 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 557 def strict_fsqrt : SDNode<"ISD::STRICT_FSQRT",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 642 setOperationAction(ISD::STRICT_FSQRT, MVT::f16, Promote); in X86TargetLowering() 755 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in X86TargetLowering() 756 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in X86TargetLowering() 804 setOperationAction(ISD::STRICT_FSQRT , MVT::f80, Legal); in X86TargetLowering() 845 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, LibCall); in X86TargetLowering() 1001 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in X86TargetLowering() 1236 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in X86TargetLowering() 1421 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f32, Legal); in X86TargetLowering() 1760 setOperationAction(ISD::STRICT_FSQRT, MVT::v16f32, Legal); in X86TargetLowering() 1761 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f64, Legal); in X86TargetLowering() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 707 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 786 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering() 1090 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 1751 ISD::STRICT_FSQRT}) in addTypeForNEON()
|