/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-fp-min-max-intrinsics.ll | 75 ; 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/ |
D | ConstrainedOps.def | 73 FUNCTION(maximum, 2, 0, experimental_constrained_maximum, FMAXIMUM)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 663 FMINIMUM, FMAXIMUM, enumerator
|
D | BasicTTIImpl.h | 1257 ISDs.push_back(ISD::FMAXIMUM);
|
D | TargetLowering.h | 2264 case ISD::FMAXIMUM: in isCommutativeBinOp()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 87 DAG_FUNCTION(maximum, 2, 0, experimental_constrained_maximum, FMAXIMUM)
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 839 FMAXIMUM, enumerator
|
D | BasicTTIImpl.h | 1454 ISDs.push_back(ISD::FMAXIMUM); in getTypeBasedIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 575 // 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/ |
D | SelectionDAGDumper.cpp | 190 case ISD::FMAXIMUM: return "fmaximum"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 119 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()
|
D | LegalizeVectorOps.cpp | 417 case ISD::FMAXIMUM: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 3350 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/ |
D | SelectionDAGDumper.cpp | 192 case ISD::FMAXIMUM: return "fmaximum"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 413 case ISD::FMAXIMUM: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 2235 case ISD::FMAXIMUM: in PromoteFloatResult() 2600 case ISD::FMAXIMUM: in SoftPromoteHalfResult()
|
D | LegalizeVectorTypes.cpp | 122 case ISD::FMAXIMUM: in ScalarizeVectorResult() 978 case ISD::FMAXIMUM: in SplitVectorResult() 2882 case ISD::FMAXIMUM: in WidenVectorResult()
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | GenericOpcode.rst | 465 FMAXNUM_IEEE follow IEEE 754-2008 semantics, FMAXIMUM follows IEEE 754-2018
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 745 // 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/ |
D | SystemZISelLowering.cpp | 545 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/ |
D | TargetLoweringBase.cpp | 644 setOperationAction(ISD::FMAXIMUM, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 103 setOperationAction(ISD::FMAXIMUM, T, Legal); in WebAssemblyTargetLowering()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 550 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/ |
D | TargetLoweringBase.cpp | 754 setOperationAction(ISD::FMAXIMUM, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 103 setOperationAction(ISD::FMAXIMUM, T, Legal); in WebAssemblyTargetLowering()
|