Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h302 STRICT_FMA, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp257 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
HDLegalizeFloatTypes.cpp94 case ISD::STRICT_FMA: in SoftenFloatResult()
1156 case ISD::STRICT_FMA: in ExpandFloatResult()
HDLegalizeDAG.cpp4113 case ISD::STRICT_FMA: in ConvertNodeToLibcall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp468 setOperationAction(ISD::STRICT_FMA, VT, Legal); in SystemZTargetLowering()
516 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in SystemZTargetLowering()
573 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in SystemZTargetLowering()
594 setOperationAction(ISD::STRICT_FMA, MVT::f128, Expand); in SystemZTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrFragmentsSIMD.td533 def X86strict_Fmadd : SDNode<"ISD::STRICT_FMA", SDTFPTernaryOp, [SDNPCommutative, SDNPHasChain]>;
HDX86ISelLowering.cpp697 setOperationAction(ISD::STRICT_FMA, MVT::f128, LibCall); in X86TargetLowering()
1262 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
1463 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td495 def strict_fma : SDNode<"ISD::STRICT_FMA",