Home
last modified time | relevance | path

Searched refs:FMAXIMUM (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-fp-min-max-intrinsics.ll75 ; CHECK: [[FMAXIMUM:%[0-9]+]]:_(s32) = G_FMAXIMUM [[COPY]], [[COPY1]]
76 ; CHECK: $s0 = COPY [[FMAXIMUM]](s32)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def73 FUNCTION(maximum, 2, 0, experimental_constrained_maximum, FMAXIMUM)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h663 FMINIMUM, FMAXIMUM, enumerator
DBasicTTIImpl.h1257 ISDs.push_back(ISD::FMAXIMUM);
DTargetLowering.h2264 case ISD::FMAXIMUM: in isCommutativeBinOp()
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def87 DAG_FUNCTION(maximum, 2, 0, experimental_constrained_maximum, FMAXIMUM)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h839 FMAXIMUM, enumerator
DBasicTTIImpl.h1454 ISDs.push_back(ISD::FMAXIMUM); in getTypeBasedIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td575 // FMINIMUM/FMAXIMUM - NaN-propagating minimum/maximum that also treat -0.0
577 // semantics, FMINIMUM/FMAXIMUM follow IEEE 754-2018 draft semantics.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp190 case ISD::FMAXIMUM: return "fmaximum"; in getOperationName()
DLegalizeVectorTypes.cpp119 case ISD::FMAXIMUM: in ScalarizeVectorResult()
917 case ISD::FMAXIMUM: in SplitVectorResult()
2082 CombineOpc = NoNaN ? ISD::FMAXNUM : ISD::FMAXIMUM; in SplitVecOp_VECREDUCE()
2722 case ISD::FMAXIMUM: in WidenVectorResult()
DLegalizeVectorOps.cpp417 case ISD::FMAXIMUM: in LegalizeOp()
DSelectionDAGBuilder.cpp3350 case SPNB_RETURNS_NAN: Opc = ISD::FMAXIMUM; break; in visitSelect()
3356 else if (TLI.isOperationLegalOrCustom(ISD::FMAXIMUM, VT)) in visitSelect()
3357 Opc = ISD::FMAXIMUM; in visitSelect()
3360 ISD::FMAXNUM : ISD::FMAXIMUM; in visitSelect()
6238 setValue(&I, DAG.getNode(ISD::FMAXIMUM, sdl, in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp192 case ISD::FMAXIMUM: return "fmaximum"; in getOperationName()
DLegalizeVectorOps.cpp413 case ISD::FMAXIMUM: in LegalizeOp()
DLegalizeFloatTypes.cpp2235 case ISD::FMAXIMUM: in PromoteFloatResult()
2600 case ISD::FMAXIMUM: in SoftPromoteHalfResult()
DLegalizeVectorTypes.cpp122 case ISD::FMAXIMUM: in ScalarizeVectorResult()
978 case ISD::FMAXIMUM: in SplitVectorResult()
2882 case ISD::FMAXIMUM: in WidenVectorResult()
/external/llvm-project/llvm/docs/GlobalISel/
DGenericOpcode.rst465 FMAXNUM_IEEE follow IEEE 754-2008 semantics, FMAXIMUM follows IEEE 754-2018
/external/llvm-project/llvm/include/llvm/Target/
DGenericOpcodes.td745 // FMINIMUM/FMAXIMUM - NaN-propagating minimum/maximum that also treat -0.0
747 // semantics, FMINIMUM/FMAXIMUM follow IEEE 754-2018 draft semantics.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp545 setOperationAction(ISD::FMAXIMUM, MVT::f64, Legal); in SystemZTargetLowering()
550 setOperationAction(ISD::FMAXIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
555 setOperationAction(ISD::FMAXIMUM, MVT::f32, Legal); in SystemZTargetLowering()
560 setOperationAction(ISD::FMAXIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
565 setOperationAction(ISD::FMAXIMUM, MVT::f128, Legal); in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp644 setOperationAction(ISD::FMAXIMUM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp103 setOperationAction(ISD::FMAXIMUM, T, Legal); in WebAssemblyTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp550 setOperationAction(ISD::FMAXIMUM, MVT::f64, Legal); in SystemZTargetLowering()
555 setOperationAction(ISD::FMAXIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
560 setOperationAction(ISD::FMAXIMUM, MVT::f32, Legal); in SystemZTargetLowering()
565 setOperationAction(ISD::FMAXIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
570 setOperationAction(ISD::FMAXIMUM, MVT::f128, Legal); in SystemZTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp754 setOperationAction(ISD::FMAXIMUM, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp103 setOperationAction(ISD::FMAXIMUM, T, Legal); in WebAssemblyTargetLowering()

12