Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h509 FMINNUM, FMAXNUM, enumerator
HDBasicTTIImpl.h647 ISD = ISD::FMINNUM; in getIntrinsicInstrCost()
HDSelectionDAG.h1089 case ISD::FMINNUM:
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp79 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SITargetLowering()
212 setTargetDAGCombine(ISD::FMINNUM); in SITargetLowering()
1700 case ISD::FMINNUM: in minMaxOpcToMin3Max3Opc()
1789 case ISD::FMINNUM: in PerformDAGCombine()
HDAMDGPUISelLowering.cpp129 setOperationAction(ISD::FMINNUM, MVT::f32, Legal); in AMDGPUTargetLowering()
379 setOperationAction(ISD::FMINNUM, VT, Expand); in AMDGPUTargetLowering()
970 SDValue Tmp = DAG.getNode(ISD::FMINNUM, DL, VT, Rsq, in LowerINTRINSIC_WO_CHAIN()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp146 case ISD::FMINNUM: return "fminnum"; in getOperationName()
HDLegalizeFloatTypes.cpp71 case ISD::FMINNUM: R = SoftenFloatRes_FMINNUM(N); break; in SoftenFloatResult()
894 case ISD::FMINNUM: ExpandFloatRes_FMINNUM(N, Lo, Hi); break; in ExpandFloatResult()
1765 case ISD::FMINNUM: in PromoteFloatResult()
HDLegalizeVectorOps.cpp299 case ISD::FMINNUM: in LegalizeOp()
HDLegalizeVectorTypes.cpp109 case ISD::FMINNUM: in ScalarizeVectorResult()
662 case ISD::FMINNUM: in SplitVectorResult()
1950 case ISD::FMINNUM: in WidenVectorResult()
HDLegalizeDAG.cpp3347 case ISD::FMINNUM: in ExpandNode()
4285 case ISD::FMINNUM: in PromoteNode()
HDDAGCombiner.cpp1390 case ISD::FMINNUM: return visitFMINNUM(N); in visit()
4879 unsigned Opcode = (LHS == True) ? ISD::FMINNUM : ISD::FMAXNUM; in combineMinNumMaxNum()
4890 unsigned Opcode = (LHS == True) ? ISD::FMAXNUM : ISD::FMINNUM; in combineMinNumMaxNum()
8866 return DAG.getNode(ISD::FMINNUM, SDLoc(N), VT, N1, N0); in visitFMINNUM()
HDSelectionDAGBuilder.cpp4583 setValue(&I, DAG.getNode(ISD::FMINNUM, sdl, in visitIntrinsicCall()
5575 if (visitBinaryFloatCall(I, ISD::FMINNUM)) in visitCall()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp815 setOperationAction(ISD::FMINNUM, VT, Expand); in initActions()
863 setOperationAction(ISD::FMINNUM, VT, Expand); in initActions()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAG.td413 def fminnum : SDNode<"ISD::FMINNUM" , SDTFPBinOp>;
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1494 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp682 setOperationAction(ISD::FMINNUM, MVT::v4f64, Legal); in PPCTargetLowering()
728 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal); in PPCTargetLowering()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp316 setOperationAction(ISD::FMINNUM, MVT::f16, Promote); in AArch64TargetLowering()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp660 setOperationAction(ISD::FMINNUM, MVT::f80, Expand); in X86TargetLowering()