Home
last modified time | relevance | path

Searched refs:FMAXNUM (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def71 FUNCTION(maxnum, 2, 0, experimental_constrained_maxnum, FMAXNUM)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h652 FMINNUM, FMAXNUM, enumerator
DBasicTTIImpl.h1255 ISDs.push_back(ISD::FMAXNUM);
DTargetLowering.h2260 case ISD::FMAXNUM: in isCommutativeBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp323 case Intrinsic::maxnum: Opcode = ISD::FMAXNUM; break; in mightUseCTR()
392 Opcode = ISD::FMAXNUM; break; in mightUseCTR()
DPPCISelLowering.cpp593 setOperationAction(ISD::FMAXNUM, VT, Legal); in PPCTargetLowering()
1014 setOperationAction(ISD::FMAXNUM, MVT::v4f64, Legal); in PPCTargetLowering()
1059 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp414 setOperationAction(ISD::FMAXNUM, MVT::f32, Custom); in SITargetLowering()
416 setOperationAction(ISD::FMAXNUM, MVT::f64, Custom); in SITargetLowering()
601 setOperationAction(ISD::FMAXNUM, MVT::f16, Custom); in SITargetLowering()
610 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Expand); in SITargetLowering()
656 setOperationAction(ISD::FMAXNUM, MVT::v2f16, Custom); in SITargetLowering()
660 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Custom); in SITargetLowering()
723 setTargetDAGCombine(ISD::FMAXNUM); in SITargetLowering()
4085 case ISD::FMAXNUM: in LowerOperation()
5810 return DAG.getNode(ISD::FMAXNUM, DL, VT, Tmp, in LowerINTRINSIC_WO_CHAIN()
8623 case ISD::FMAXNUM: in fp16SrcZerosHighBits()
[all …]
DAMDGPUISelLowering.cpp259 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in AMDGPUTargetLowering()
405 setOperationAction(ISD::FMAXNUM, VT, Expand); in AMDGPUTargetLowering()
519 case ISD::FMAXNUM: in fnegFoldsIntoOp()
3646 case ISD::FMAXNUM: in inverseMinMax()
3649 return ISD::FMAXNUM; in inverseMinMax()
3763 case ISD::FMAXNUM: in performFNegCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td536 // FMINNUM/FMAXNUM - Perform floating-point minimum or maximum on two
559 // FMINNUM/FMAXNUM in the handling of signaling NaNs. If one input is a
DTargetSelectionDAG.td443 def fmaxnum : SDNode<"ISD::FMAXNUM" , SDTFPBinOp,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp413 case ISD::FMAXNUM: in LegalizeOp()
928 case ISD::FMAXNUM: in Expand()
DSelectionDAGDumper.cpp184 case ISD::FMAXNUM: return "fmaxnum"; in getOperationName()
DLegalizeFloatTypes.cpp71 case ISD::FMAXNUM: R = SoftenFloatRes_FMAXNUM(N); break; in SoftenFloatResult()
1133 case ISD::FMAXNUM: ExpandFloatRes_FMAXNUM(N, Lo, Hi); break; in ExpandFloatResult()
2130 case ISD::FMAXNUM: in PromoteFloatResult()
DSelectionDAGBuilder.cpp3351 case SPNB_RETURNS_OTHER: Opc = ISD::FMAXNUM; break; in visitSelect()
3354 if (TLI.isOperationLegalOrCustom(ISD::FMAXNUM, VT)) in visitSelect()
3355 Opc = ISD::FMAXNUM; in visitSelect()
3359 Opc = TLI.isOperationLegalOrCustom(ISD::FMAXNUM, VT.getScalarType()) ? in visitSelect()
3360 ISD::FMAXNUM : ISD::FMAXIMUM; in visitSelect()
6226 setValue(&I, DAG.getNode(ISD::FMAXNUM, sdl, in visitIntrinsicCall()
7654 if (visitBinaryFloatCall(I, ISD::FMAXNUM)) in visitCall()
DLegalizeVectorTypes.cpp115 case ISD::FMAXNUM: in ScalarizeVectorResult()
915 case ISD::FMAXNUM: in SplitVectorResult()
2082 CombineOpc = NoNaN ? ISD::FMAXNUM : ISD::FMAXIMUM; in SplitVecOp_VECREDUCE()
2720 case ISD::FMAXNUM: in WidenVectorResult()
DLegalizeDAG.cpp3187 case ISD::FMAXNUM: { in ExpandNode()
3943 case ISD::FMAXNUM: in ConvertNodeToLibcall()
4452 case ISD::FMAXNUM: in PromoteNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp169 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in RISCVTargetLowering()
186 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp544 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SystemZTargetLowering()
549 setOperationAction(ISD::FMAXNUM, MVT::v2f64, Legal); in SystemZTargetLowering()
554 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in SystemZTargetLowering()
559 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in SystemZTargetLowering()
564 setOperationAction(ISD::FMAXNUM, MVT::f128, Legal); in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp640 setOperationAction(ISD::FMAXNUM, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1486 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
1589 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp342 setOperationAction(ISD::FMAXNUM, VT, Legal); in addMVEVectorTypes()
724 setOperationAction(ISD::FMAXNUM, MVT::f16, Legal); in ARMTargetLowering()
1383 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in ARMTargetLowering()
1386 setOperationAction(ISD::FMAXNUM, MVT::v2f32, Legal); in ARMTargetLowering()
1388 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in ARMTargetLowering()
1399 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in ARMTargetLowering()
1435 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Legal); in ARMTargetLowering()
1437 setOperationAction(ISD::FMAXNUM, MVT::v8f16, Legal); in ARMTargetLowering()
3748 ? ISD::FMINNUM : ISD::FMAXNUM; in LowerINTRINSIC_WO_CHAIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp573 ISD::FABS, ISD::FMINNUM, ISD::FMAXNUM}) { in NVPTXTargetLowering()
580 setOperationAction(ISD::FMAXNUM, MVT::f16, Promote); in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp453 setOperationAction(ISD::FMAXNUM, MVT::f16, Promote); in AArch64TargetLowering()
514 setOperationAction(ISD::FMAXNUM, Ty, Legal); in AArch64TargetLowering()
531 setOperationAction(ISD::FMAXNUM, MVT::f16, Legal); in AArch64TargetLowering()
935 {ISD::FMINIMUM, ISD::FMAXIMUM, ISD::FMINNUM, ISD::FMAXNUM}) in addTypeForNEON()
11022 return DAG.getNode(ISD::FMAXNUM, SDLoc(N), N->getValueType(0), in performIntrinsicCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenFastISel.inc2075 // FastEmit functions for ISD::FMAXNUM.
3285 case ISD::FMAXNUM: return fastEmit_ISD_FMAXNUM_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp160 setOperationAction(ISD::FMAXNUM, MVT::f16, Promote); in MipsSETargetLowering()

12