Home
last modified time | relevance | path

Searched refs:UMAX (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Datomic_ops.in8 { OR1K_ATOMIC_UMAX, "UMAX" },
/external/python/cpython2/Tools/scripts/
Dh2py.py107 UMAX = 2*(sys.maxint+1)
114 val -= UMAX
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h325 SMIN, SMAX, UMIN, UMAX, enumerator
DSelectionDAG.h1171 case ISD::UMAX:
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h960 X86_INTRINSIC_DATA(avx512_mask_pmaxu_b_128, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
961 X86_INTRINSIC_DATA(avx512_mask_pmaxu_b_256, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
962 X86_INTRINSIC_DATA(avx512_mask_pmaxu_b_512, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
963 X86_INTRINSIC_DATA(avx512_mask_pmaxu_d_128, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
964 X86_INTRINSIC_DATA(avx512_mask_pmaxu_d_256, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
965 X86_INTRINSIC_DATA(avx512_mask_pmaxu_d_512, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
966 X86_INTRINSIC_DATA(avx512_mask_pmaxu_q_128, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
967 X86_INTRINSIC_DATA(avx512_mask_pmaxu_q_256, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
968 X86_INTRINSIC_DATA(avx512_mask_pmaxu_q_512, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
969 X86_INTRINSIC_DATA(avx512_mask_pmaxu_w_128, INTR_TYPE_2OP_MASK, ISD::UMAX, 0),
[all …]
DX86ISelLowering.cpp756 setOperationAction(ISD::UMAX, MVT::v16i8, Legal); in X86TargetLowering()
890 setOperationAction(ISD::UMAX, MVT::v8i16, Legal); in X86TargetLowering()
891 setOperationAction(ISD::UMAX, MVT::v4i32, Legal); in X86TargetLowering()
1051 setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering()
1314 setOperationAction(ISD::UMAX, MVT::v16i32, Legal); in X86TargetLowering()
1315 setOperationAction(ISD::UMAX, MVT::v8i64, Legal); in X86TargetLowering()
1474 setOperationAction(ISD::UMAX, MVT::v64i8, Legal); in X86TargetLowering()
1475 setOperationAction(ISD::UMAX, MVT::v32i16, Legal); in X86TargetLowering()
1559 setOperationAction(ISD::UMAX, VT, Legal); in X86TargetLowering()
15433 case ISD::SETUGE: Opc = ISD::UMAX; MinMax = true; break; in LowerVSETCC()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h168 OP12(UMAX)
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td93 def AMDGPUumax : SDNode<"AMDGPUISD::UMAX", SDTIntBinOp,
DSIISelLowering.cpp228 setTargetDAGCombine(ISD::UMAX); in SITargetLowering()
2697 case ISD::UMAX: in minMaxOpcToMin3Max3Opc()
2810 if (Opc == ISD::UMIN && Op0.getOpcode() == ISD::UMAX && Op0.hasOneUse()) { in performMinMaxCombine()
2872 case ISD::UMAX: in PerformDAGCombine()
DAMDGPUISelLowering.cpp337 setOperationAction(ISD::UMAX, MVT::i32, Legal); in AMDGPUTargetLowering()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dselect.ll473 ; UMAX(UMAX(x, y), x) -> UMAX(x, y)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp210 case ISD::UMAX: return "umax"; in getOperationName()
DLegalizeIntegerTypes.cpp81 case ISD::UMAX: Res = PromoteIntRes_ZExtIntBinOp(N); break; in PromoteIntegerResult()
1379 case ISD::UMAX: in ExpandIntegerResult()
1681 return std::make_pair(ISD::SETGT, ISD::UMAX); in getExpandedMinMaxOps()
1682 case ISD::UMAX: in getExpandedMinMaxOps()
1683 return std::make_pair(ISD::SETUGT, ISD::UMAX); in getExpandedMinMaxOps()
DLegalizeVectorOps.cpp334 case ISD::UMAX: in LegalizeOp()
DLegalizeVectorTypes.cpp117 case ISD::UMAX: in ScalarizeVectorResult()
695 case ISD::UMAX: in SplitVectorResult()
2098 case ISD::UMAX: in WidenVectorResult()
DSelectionDAG.cpp2464 case ISD::UMAX: { in computeKnownBits()
2609 case ISD::UMAX: in ComputeNumSignBits()
3246 case ISD::UMAX: return std::make_pair(C1.uge(C2) ? C1 : C2, true); in FoldValue()
3529 case ISD::UMAX: in getNode()
DLegalizeDAG.cpp3132 case ISD::UMAX: { in ExpandNode()
3139 case ISD::UMAX: Pred = ISD::SETUGT; break; in ExpandNode()
/external/llvm/test/Transforms/InstCombine/
Dselect.ll597 ; UMAX(UMAX(x, y), x) -> UMAX(x, y)
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp876 setOperationAction(ISD::UMAX, VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp699 for (unsigned Opcode : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX}) in addTypeForNEON()
2294 return DAG.getNode(ISD::UMAX, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
9020 case ISD::UMAX: in tryMatchAcrossLaneShuffleForReduction()
9097 if (Op != ISD::SMAX && Op != ISD::UMAX && Op != ISD::SMIN && in performAcrossLaneMinMaxReductionCombine()
9130 (Op == ISD::UMAX && CC != ISD::SETUGT && CC != ISD::SETUGE) || in performAcrossLaneMinMaxReductionCombine()
10133 ReplaceReductionResults(N, Results, DAG, ISD::UMAX, AArch64ISD::UMAXV); in ReplaceNodeResults()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td405 def umax : SDNode<"ISD::UMAX" , SDTIntBinOp,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp800 NV50_IR_OPCODE_CASE(UMAX, MAX); in translateOpcode()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md4178 ### UMAX ### subsection
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp959 case4d(MAX, IMAX, UMAX, DMAX); in get_opcode()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1303 .. opcode:: UMAX - Maximum of Unsigned Integers

12