Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h405 STRICT_FMA, enumerator
H A DBasicTTIImpl.h1843 ISD = ISD::STRICT_FMA; in getTypeBasedIntrinsicInstrCost()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp271 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
H A DLegalizeFloatTypes.cpp98 case ISD::STRICT_FMA: in SoftenFloatResult()
1243 case ISD::STRICT_FMA: in ExpandFloatResult()
H A DLegalizeDAG.cpp4225 case ISD::STRICT_FMA: in ConvertNodeToLibcall()
4827 case ISD::STRICT_FMA: in PromoteNode()
H A DSelectionDAGBuilder.cpp7398 Opcode = ISD::STRICT_FMA; in visitConstrainedFPIntrinsic()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp483 setOperationAction(ISD::STRICT_FMA, VT, Legal); in SystemZTargetLowering()
531 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
588 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
609 setOperationAction(ISD::STRICT_FMA, MVT::f128, Expand); in SystemZTargetLowering()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td540 def strict_fma : SDNode<"ISD::STRICT_FMA",
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp356 setOperationAction(ISD::STRICT_FMA, MVT::f32, Legal); in PPCTargetLowering()
357 setOperationAction(ISD::STRICT_FMA, MVT::f64, Legal); in PPCTargetLowering()
1135 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in PPCTargetLowering()
1149 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in PPCTargetLowering()
1225 setOperationAction(ISD::STRICT_FMA, MVT::f128, Legal); in PPCTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp644 setOperationAction(ISD::STRICT_FMA, MVT::f16, Promote); in X86TargetLowering()
837 setOperationAction(ISD::STRICT_FMA, MVT::f128, LibCall); in X86TargetLowering()
1443 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
1679 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
2062 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
2379 ISD::STRICT_FMA, in X86TargetLowering()
52013 case ISD::STRICT_FMA: Opcode = X86ISD::STRICT_FNMADD; break; in negateFMAOpcode()
52019 case X86ISD::STRICT_FNMADD: Opcode = ISD::STRICT_FMA; break; in negateFMAOpcode()
52031 case ISD::STRICT_FMA: Opcode = X86ISD::STRICT_FMSUB; break; in negateFMAOpcode()
52034 case X86ISD::STRICT_FMSUB: Opcode = ISD::STRICT_FMA; break; in negateFMAOpcode()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp672 ISD::STRICT_FMA, ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, in AArch64TargetLowering()
751 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering()
1030 ISD::STRICT_FMA, ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, in AArch64TargetLowering()
1626 ISD::STRICT_FMUL, ISD::STRICT_FDIV, ISD::STRICT_FMA, in addTypeForNEON()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp316 ISD::STRICT_LLROUND, ISD::STRICT_FMA, ISD::STRICT_FADD, in RISCVTargetLowering()
346 ISD::FNEG, ISD::STRICT_FMA, ISD::STRICT_FADD, in RISCVTargetLowering()