Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-fp-min-max-intrinsics.ll49 ; CHECK: [[FMINIMUM:%[0-9]+]]:_(s32) = G_FMINIMUM [[COPY]], [[COPY1]]
50 ; CHECK: $s0 = COPY [[FMINIMUM]](s32)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def74 FUNCTION(minimum, 2, 0, experimental_constrained_minimum, FMINIMUM)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h663 FMINIMUM, FMAXIMUM, enumerator
DBasicTTIImpl.h1252 ISDs.push_back(ISD::FMINIMUM);
DTargetLowering.h2263 case ISD::FMINIMUM: in isCommutativeBinOp()
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def88 DAG_FUNCTION(minimum, 2, 0, experimental_constrained_minimum, FMINIMUM)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h838 FMINIMUM, enumerator
DBasicTTIImpl.h1451 ISDs.push_back(ISD::FMINIMUM); 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.cpp188 case ISD::FMINIMUM: return "fminimum"; in getOperationName()
DLegalizeVectorTypes.cpp118 case ISD::FMINIMUM: in ScalarizeVectorResult()
916 case ISD::FMINIMUM: in SplitVectorResult()
2085 CombineOpc = NoNaN ? ISD::FMINNUM : ISD::FMINIMUM; in SplitVecOp_VECREDUCE()
2721 case ISD::FMINIMUM: in WidenVectorResult()
DLegalizeVectorOps.cpp416 case ISD::FMINIMUM: in LegalizeOp()
DSelectionDAGBuilder.cpp3333 case SPNB_RETURNS_NAN: Opc = ISD::FMINIMUM; break; in visitSelect()
3338 else if (TLI.isOperationLegalOrCustom(ISD::FMINIMUM, VT)) in visitSelect()
3339 Opc = ISD::FMINIMUM; in visitSelect()
3342 ISD::FMINNUM : ISD::FMINIMUM; in visitSelect()
6232 setValue(&I, DAG.getNode(ISD::FMINIMUM, sdl, in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp190 case ISD::FMINIMUM: return "fminimum"; in getOperationName()
DLegalizeVectorOps.cpp412 case ISD::FMINIMUM: in LegalizeOp()
DLegalizeFloatTypes.cpp2236 case ISD::FMINIMUM: in PromoteFloatResult()
2601 case ISD::FMINIMUM: in SoftPromoteHalfResult()
DLegalizeVectorTypes.cpp121 case ISD::FMINIMUM: in ScalarizeVectorResult()
977 case ISD::FMINIMUM: in SplitVectorResult()
2881 case ISD::FMINIMUM: in WidenVectorResult()
/external/llvm-project/llvm/docs/GlobalISel/
DGenericOpcode.rst458 FMINNUM_IEEE follow IEEE 754-2008 semantics, FMINIMUM 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.cpp547 setOperationAction(ISD::FMINIMUM, MVT::f64, Legal); in SystemZTargetLowering()
552 setOperationAction(ISD::FMINIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
557 setOperationAction(ISD::FMINIMUM, MVT::f32, Legal); in SystemZTargetLowering()
562 setOperationAction(ISD::FMINIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
567 setOperationAction(ISD::FMINIMUM, MVT::f128, Legal); in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp643 setOperationAction(ISD::FMINIMUM, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp102 setOperationAction(ISD::FMINIMUM, T, Legal); in WebAssemblyTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp552 setOperationAction(ISD::FMINIMUM, MVT::f64, Legal); in SystemZTargetLowering()
557 setOperationAction(ISD::FMINIMUM, MVT::v2f64, Legal); in SystemZTargetLowering()
562 setOperationAction(ISD::FMINIMUM, MVT::f32, Legal); in SystemZTargetLowering()
567 setOperationAction(ISD::FMINIMUM, MVT::v4f32, Legal); in SystemZTargetLowering()
572 setOperationAction(ISD::FMINIMUM, MVT::f128, Legal); in SystemZTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp753 setOperationAction(ISD::FMINIMUM, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp102 setOperationAction(ISD::FMINIMUM, T, Legal); in WebAssemblyTargetLowering()

12