Home
last modified time | relevance | path

Searched refs:STRICT_FMUL (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h422 STRICT_FMUL, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp734 case ISD::STRICT_FMUL: in Promote()
1860 (IsStrict && !TLI.isOperationLegalOrCustom(ISD::STRICT_FMUL, DstVT))) { in ExpandUINT_TO_FLOAT()
1903 fHI = DAG.getNode(ISD::STRICT_FMUL, DL, {DstVT, MVT::Other}, in ExpandUINT_TO_FLOAT()
H A DSelectionDAGDumper.cpp307 case ISD::STRICT_FMUL: return "strict_fmul"; in getOperationName()
H A DLegalizeDAG.cpp3410 SDValue Mul = DAG.getNode(ISD::STRICT_FMUL, dl, {VT, MVT::Other}, in ExpandNode()
4967 case ISD::STRICT_FMUL: { in ConvertNodeToLibcall()
5680 case ISD::STRICT_FMUL: in PromoteNode()
H A DLegalizeFloatTypes.cpp116 case ISD::STRICT_FMUL: in SoftenFloatResult()
1597 case ISD::STRICT_FMUL: in ExpandFloatResult()
H A DSelectionDAGBuilder.cpp8355 SDValue Mul = DAG.getNode(ISD::STRICT_FMUL, sdl, VTs, Opers, Flags); in visitConstrainedFPIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td608 def strict_fmul : SDNode<"ISD::STRICT_FMUL",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp458 ISD::STRICT_FMUL, ISD::STRICT_FDIV, ISD::STRICT_FSQRT, in RISCVTargetLowering()
479 ISD::STRICT_FSUB, ISD::STRICT_FMUL, ISD::STRICT_FDIV, in RISCVTargetLowering()
1029 ISD::STRICT_FMUL, in RISCVTargetLowering()
1124 setOperationAction({ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in RISCVTargetLowering()
1533 {ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in RISCVTargetLowering()
7002 OP_CASE(STRICT_FMUL) in getRISCVVLOp()
8194 case ISD::STRICT_FMUL: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp591 setOperationAction(ISD::STRICT_FMUL, VT, Legal); in SystemZTargetLowering()
645 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in SystemZTargetLowering()
713 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp370 setOperationAction(ISD::STRICT_FMUL, MVT::f32, Legal); in PPCTargetLowering()
376 setOperationAction(ISD::STRICT_FMUL, MVT::f64, Legal); in PPCTargetLowering()
1167 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in PPCTargetLowering()
1181 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in PPCTargetLowering()
1266 setOperationAction(ISD::STRICT_FMUL, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp694 setOperationAction(ISD::STRICT_FMUL, MVT::f16, Promote); in X86TargetLowering()
808 setOperationAction(ISD::STRICT_FMUL, MVT::f32, Legal); in X86TargetLowering()
809 setOperationAction(ISD::STRICT_FMUL, MVT::f64, Legal); in X86TargetLowering()
871 setOperationAction(ISD::STRICT_FMUL , MVT::f80, Legal); in X86TargetLowering()
900 setOperationAction(ISD::STRICT_FMUL, MVT::f128, LibCall); in X86TargetLowering()
1081 setOperationAction(ISD::STRICT_FMUL, MVT::v4f32, Legal); in X86TargetLowering()
1322 setOperationAction(ISD::STRICT_FMUL, MVT::v2f64, Legal); in X86TargetLowering()
1504 setOperationAction(ISD::STRICT_FMUL, MVT::v8f32, Legal); in X86TargetLowering()
1505 setOperationAction(ISD::STRICT_FMUL, MVT::v4f64, Legal); in X86TargetLowering()
1862 setOperationAction(ISD::STRICT_FMUL, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp813 ISD::STRICT_FMUL, in AArch64TargetLowering()
921 for (auto Op : {ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in AArch64TargetLowering()
1247 ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in AArch64TargetLowering()
2085 ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in addTypeForNEON()