Home
last modified time | relevance | path

Searched refs:FMAXNUM_IEEE (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1020 FMAXNUM_IEEE, enumerator
H A DTargetLowering.h2907 case ISD::FMAXNUM_IEEE: in isCommutativeBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp201 case ISD::FMAXNUM_IEEE: return "fmaxnum_ieee"; in getOperationName()
H A DLegalizeVectorOps.cpp397 case ISD::FMAXNUM_IEEE: in LegalizeOp()
H A DLegalizeVectorTypes.cpp150 case ISD::FMAXNUM_IEEE: in ScalarizeVectorResult()
1251 case ISD::FMAXNUM_IEEE: in SplitVectorResult()
4385 case ISD::FMAXNUM_IEEE: in WidenVectorResult()
H A DLegalizeFloatTypes.cpp2632 case ISD::FMAXNUM_IEEE: in PromoteFloatResult()
H A DDAGCombiner.cpp6119 ? ISD::FMAXNUM_IEEE in getMinMaxOpcodeForFP()
6146 ? ISD::FMAXNUM_IEEE in getMinMaxOpcodeForFP()
6192 bool isFMAXNUMFMINNUM_IEEE = TLI.isOperationLegal(ISD::FMAXNUM_IEEE, OpVT) && in foldAndOrOfSETCC()
11252 unsigned IEEEOpcode = (LHS == True) ? ISD::FMINNUM_IEEE : ISD::FMAXNUM_IEEE; in combineMinNumMaxNumImpl()
11267 unsigned IEEEOpcode = (LHS == True) ? ISD::FMAXNUM_IEEE : ISD::FMINNUM_IEEE; in combineMinNumMaxNumImpl()
H A DTargetLowering.cpp8421 ISD::FMINNUM_IEEE : ISD::FMAXNUM_IEEE; in expandFMINNUM_FMAXNUM()
8484 unsigned CompOpcIeee = IsMax ? ISD::FMAXNUM_IEEE : ISD::FMINNUM_IEEE; in expandFMINIMUM_FMAXIMUM()
H A DSelectionDAG.cpp5468 case ISD::FMAXNUM_IEEE: { in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp525 setOperationAction({ISD::FMINNUM_IEEE, ISD::FMAXNUM_IEEE}, in SITargetLowering()
753 setOperationAction({ISD::FMAXNUM_IEEE, ISD::FMINNUM_IEEE}, MVT::f16, Legal); in SITargetLowering()
755 setOperationAction({ISD::FMINNUM_IEEE, ISD::FMAXNUM_IEEE}, in SITargetLowering()
780 ISD::FMAXNUM_IEEE, ISD::FCANONICALIZE}, in SITargetLowering()
902 ISD::FMAXNUM_IEEE, in SITargetLowering()
5855 case ISD::FMAXNUM_IEEE: in LowerOperation()
12691 case ISD::FMAXNUM_IEEE: in isCanonicalized()
13024 case ISD::FMAXNUM_IEEE: in minMaxOpcToMin3Max3Opc()
13155 case ISD::FMAXNUM_IEEE: in supportsMin3Max3()
13239 (Opc == ISD::FMINNUM_IEEE && Op0.getOpcode() == ISD::FMAXNUM_IEEE) || in performMinMaxCombine()
[all …]
H A DAMDGPUISelLowering.cpp655 case ISD::FMAXNUM_IEEE: in fnegFoldsIntoOpcode()
4707 case ISD::FMAXNUM_IEEE: in inverseMinMax()
4710 return ISD::FMAXNUM_IEEE; in inverseMinMax()
4836 case ISD::FMAXNUM_IEEE: in performFNegCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td818 // FMINNUM_IEEE/FMAXNUM_IEEE - Perform floating-point minimumNumber or
844 // as less than 0.0. While FMINNUM_IEEE/FMAXNUM_IEEE follow IEEE 754-2008
H A DTargetSelectionDAG.td515 def fmaxnum_ieee : SDNode<"ISD::FMAXNUM_IEEE", SDTFPBinOp,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp714 ISD::FMINNUM_IEEE, ISD::FMAXNUM_IEEE, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp366 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f32, Legal); in MipsTargetLowering()
370 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f64, Legal); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp174 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f32, Legal); in LoongArchTargetLowering()
213 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f64, Legal); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp769 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f64, Legal); in PPCTargetLowering()
770 setOperationAction(ISD::FMAXNUM_IEEE, MVT::f32, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44957 case ISD::FMAXNUM_IEEE: in scalarizeExtEltFP()