Searched refs:STRICT_FMA (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 405 STRICT_FMA, enumerator
|
H A D | BasicTTIImpl.h | 1843 ISD = ISD::STRICT_FMA; in getTypeBasedIntrinsicInstrCost()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 271 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 98 case ISD::STRICT_FMA: in SoftenFloatResult() 1243 case ISD::STRICT_FMA: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4225 case ISD::STRICT_FMA: in ConvertNodeToLibcall() 4827 case ISD::STRICT_FMA: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 7398 Opcode = ISD::STRICT_FMA; in visitConstrainedFPIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 483 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 D | TargetSelectionDAG.td | 540 def strict_fma : SDNode<"ISD::STRICT_FMA",
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 356 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 D | X86ISelLowering.cpp | 644 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 D | AArch64ISelLowering.cpp | 672 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 D | RISCVISelLowering.cpp | 316 ISD::STRICT_LLROUND, ISD::STRICT_FMA, ISD::STRICT_FADD, in RISCVTargetLowering() 346 ISD::FNEG, ISD::STRICT_FMA, ISD::STRICT_FADD, in RISCVTargetLowering()
|