Home
last modified time | relevance | path

Searched refs:UMIN (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2767 ISD = IsUnsigned ? ISD::UMIN : ISD::SMIN; in getMinMaxReductionCost()
2784 {ISD::UMIN, MVT::v2i64, 8}, in getMinMaxReductionCost()
2786 {ISD::UMIN, MVT::v4i32, 8}, in getMinMaxReductionCost()
2788 {ISD::UMIN, MVT::v8i16, 6}, in getMinMaxReductionCost()
2790 {ISD::UMIN, MVT::v16i8, 6}, in getMinMaxReductionCost()
2796 {ISD::UMIN, MVT::v2i64,10}, in getMinMaxReductionCost()
2798 {ISD::UMIN, MVT::v4i32, 2}, // The data reported by the IACA is "1.8" in getMinMaxReductionCost()
2800 {ISD::UMIN, MVT::v8i16, 2}, in getMinMaxReductionCost()
2802 {ISD::UMIN, MVT::v16i8, 3}, in getMinMaxReductionCost()
2807 {ISD::UMIN, MVT::v2i64, 8}, // The data reported by the IACA is "8.6" in getMinMaxReductionCost()
[all …]
DX86ISelLowering.cpp906 setOperationAction(ISD::UMIN, VT, VT == MVT::v16i8 ? Legal : Custom); in X86TargetLowering()
1089 setOperationAction(ISD::UMIN, MVT::v8i16, Legal); in X86TargetLowering()
1090 setOperationAction(ISD::UMIN, MVT::v4i32, Legal); in X86TargetLowering()
1287 setOperationAction(ISD::UMIN, MVT::v4i64, Custom); in X86TargetLowering()
1303 setOperationAction(ISD::UMIN, VT, HasInt256 ? Legal : Custom); in X86TargetLowering()
1562 setOperationAction(ISD::UMIN, VT, Legal); in X86TargetLowering()
1674 setOperationAction(ISD::UMIN, VT, Legal); in X86TargetLowering()
1819 setOperationAction(ISD::UMIN, VT, Legal); in X86TargetLowering()
21592 TLI.isOperationLegal(ISD::UMIN, VT)) { in LowerVSETCC()
21614 case ISD::SETULE: Opc = ISD::UMIN; break; in LowerVSETCC()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dfilter-metadata-signalstats-yuv420p101 …ignalstats.YHIGH=940|tag:lavfi.signalstats.YMAX=940|tag:lavfi.signalstats.UMIN=512|tag:lavfi.signa…
Dfilter-metadata-signalstats-yuv420p1 …ignalstats.YHIGH=235|tag:lavfi.signalstats.YMAX=235|tag:lavfi.signalstats.UMIN=128|tag:lavfi.signa…
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h153 OP12(UMIN)
Dtgsi_info_opcodes.h134 OPCODE(1, 2, COMP, UMIN)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h445 SMIN, SMAX, UMIN, UMAX, enumerator
DTargetLowering.h2241 case ISD::UMIN: in isCommutativeBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp268 case ISD::UMIN: return "umin"; in getOperationName()
DLegalizeIntegerTypes.cpp83 case ISD::UMIN: in PromoteIntegerResult()
730 return DAG.getNode(ISD::UMIN, dl, PromotedType, Add, SatMax); in PromoteIntRes_ADDSUBSAT()
1880 case ISD::UMIN: in ExpandIntegerResult()
2213 return std::make_pair(ISD::SETLT, ISD::UMIN); in getExpandedMinMaxOps()
2214 case ISD::UMIN: in getExpandedMinMaxOps()
2215 return std::make_pair(ISD::SETULT, ISD::UMIN); in getExpandedMinMaxOps()
DLegalizeVectorTypes.cpp122 case ISD::UMIN: in ScalarizeVectorResult()
933 case ISD::UMIN: in SplitVectorResult()
2080 case ISD::VECREDUCE_UMIN: CombineOpc = ISD::UMIN; break; in SplitVecOp_VECREDUCE()
2725 case ISD::UMIN: in WidenVectorResult()
DLegalizeVectorOps.cpp444 case ISD::UMIN: in LegalizeOp()
DTargetLowering.cpp6999 return DAG.getNode(ISD::UMIN, dl, IdxVT, Idx, in clampDynamicVectorIndex()
7108 if (Opcode == ISD::UADDSAT && isOperationLegalOrCustom(ISD::UMIN, VT)) { in expandAddSubSat()
7110 SDValue Min = DAG.getNode(ISD::UMIN, dl, VT, LHS, InvRHS); in expandAddSubSat()
7621 case ISD::VECREDUCE_UMIN: BaseOpcode = ISD::UMIN; break; in expandVecReduce()
DSelectionDAG.cpp3336 case ISD::UMIN: { in computeKnownBits()
3724 case ISD::UMIN: in ComputeNumSignBits()
4804 case ISD::UMIN: return C1.ule(C2) ? C1 : C2; in FoldValue()
5201 case ISD::UMIN: in getNode()
DLegalizeDAG.cpp3169 case ISD::UMIN: in ExpandNode()
3178 case ISD::UMIN: Pred = ISD::SETULT; break; in ExpandNode()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1273 VIR_A_ALU2(UMIN) in VIR_A_ALU2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp452 setOperationAction(ISD::UMIN, MVT::i16, Legal); in SITargetLowering()
621 setOperationAction(ISD::UMIN, MVT::v2i16, Legal); in SITargetLowering()
649 setOperationAction(ISD::UMIN, MVT::v4i16, Custom); in SITargetLowering()
729 setTargetDAGCombine(ISD::UMIN); in SITargetLowering()
4097 case ISD::UMIN: in LowerOperation()
9032 case ISD::UMIN: in minMaxOpcToMin3Max3Opc()
9191 if (Opc == ISD::UMIN && Op0.getOpcode() == ISD::UMAX && Op0.hasOneUse()) { in performMinMaxCombine()
9315 case ISD::UMIN: in performExtractVectorEltCombine()
10010 case ISD::UMIN: in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td635 (instregex "^ATOMIC_LOAD_(ADD|SUB|AND|OR|XOR|NAND|MIN|MAX|UMIN|UMAX)"
DMipsSEISelLowering.cpp350 setOperationAction(ISD::UMIN, Ty, Legal); in addMSAIntType()
2040 return DAG.getNode(ISD::UMIN, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2052 return DAG.getNode(ISD::UMIN, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
DMipsScheduleGeneric.td1618 (instregex "^ATOMIC_LOAD_(ADD|SUB|AND|OR|XOR|NAND|MIN|MAX|UMIN|UMAX)"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp648 setOperationAction(ISD::UMIN, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp186 for (auto Op : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX}) in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td389 def umin : SDNode<"ISD::UMIN" , SDTIntBinOp,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenFastISel.inc2925 // FastEmit functions for ISD::UMIN.
3306 case ISD::UMIN: return fastEmit_ISD_UMIN_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp194 setOperationAction(ISD::UMIN, VT, Legal); in AArch64TargetLowering()
928 for (unsigned Opcode : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX}) in addTypeForNEON()
2975 return DAG.getNode(ISD::UMIN, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
12950 ReplaceReductionResults(N, Results, DAG, ISD::UMIN, AArch64ISD::UMINV); in ReplaceNodeResults()

12