Home
last modified time | relevance | path

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

12

/third_party/backends/backend/genesys/
H A Denums.h372 UMAX, member in genesys::ScanMethod::GpioId
415 UMAX, member in genesys::ScanMethod::MotorId
H A Denums.cpp279 case GpioId::UMAX: out << "UMAX"; break; in operator <<()
324 case MotorId::UMAX: out << "UMAX"; break; in operator <<()
H A Dtables_gpo.cpp34 gpo.id = GpioId::UMAX; in genesys_init_gpo_tables()
H A Dtables_model.cpp80 model.vendor = "UMAX"; in genesys_init_usb_device_tables()
118 model.gpio_id = GpioId::UMAX; in genesys_init_usb_device_tables()
119 model.motor_id = MotorId::UMAX; in genesys_init_usb_device_tables()
1474 model.motor_id = MotorId::UMAX; in genesys_init_usb_device_tables()
H A Dtables_motor.cpp36 motor.id = MotorId::UMAX; in genesys_init_motor_tables()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h152 OP12(UMAX)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h445 SMIN, SMAX, UMIN, UMAX, enumerator
H A DTargetLowering.h2242 case ISD::UMAX:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp269 case ISD::UMAX: return "umax"; in getOperationName()
H A DLegalizeIntegerTypes.cpp84 case ISD::UMAX: Res = PromoteIntRes_ZExtIntBinOp(N); break; in PromoteIntegerResult()
721 DAG.getNode(ISD::UMAX, dl, PromotedType, Op1Promoted, Op2Promoted); in PromoteIntRes_ADDSUBSAT()
1878 case ISD::UMAX: in ExpandIntegerResult()
2209 return std::make_pair(ISD::SETGT, ISD::UMAX); in getExpandedMinMaxOps()
2210 case ISD::UMAX: in getExpandedMinMaxOps()
2211 return std::make_pair(ISD::SETUGT, ISD::UMAX); in getExpandedMinMaxOps()
H A DLegalizeVectorTypes.cpp123 case ISD::UMAX: in ScalarizeVectorResult()
934 case ISD::UMAX: in SplitVectorResult()
2079 case ISD::VECREDUCE_UMAX: CombineOpc = ISD::UMAX; break; in SplitVecOp_VECREDUCE()
2726 case ISD::UMAX: in WidenVectorResult()
H A DLegalizeVectorOps.cpp445 case ISD::UMAX: in LegalizeOp()
H A DTargetLowering.cpp7103 if (Opcode == ISD::USUBSAT && isOperationLegalOrCustom(ISD::UMAX, VT)) {
7104 SDValue Max = DAG.getNode(ISD::UMAX, dl, VT, LHS, RHS);
7620 case ISD::VECREDUCE_UMAX: BaseOpcode = ISD::UMAX; break;
H A DSelectionDAG.cpp3350 case ISD::UMAX: {
3354 // UMAX - we know that the result will have the maximum of the
3725 case ISD::UMAX:
4805 case ISD::UMAX: return C1.uge(C2) ? C1 : C2;
5202 case ISD::UMAX:
H A DLegalizeDAG.cpp3170 case ISD::UMAX: {
3177 case ISD::UMAX: Pred = ISD::SETUGT; break;
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h1334 VIR_A_ALU2(UMAX)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp453 setOperationAction(ISD::UMAX, MVT::i16, Legal); in SITargetLowering()
623 setOperationAction(ISD::UMAX, MVT::v2i16, Legal); in SITargetLowering()
650 setOperationAction(ISD::UMAX, MVT::v4i16, Custom); in SITargetLowering()
730 setTargetDAGCombine(ISD::UMAX); in SITargetLowering()
4098 case ISD::UMAX: in LowerOperation()
9025 case ISD::UMAX: in minMaxOpcToMin3Max3Opc()
9191 if (Opc == ISD::UMIN && Op0.getOpcode() == ISD::UMAX && Op0.hasOneUse()) { in performMinMaxCombine()
9316 case ISD::UMAX: in performExtractVectorEltCombine()
10009 case ISD::UMAX: in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp349 setOperationAction(ISD::UMAX, Ty, Legal); in addMSAIntType()
2016 return DAG.getNode(ISD::UMAX, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
2028 return DAG.getNode(ISD::UMAX, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp649 setOperationAction(ISD::UMAX, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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/lib/Target/X86/
H A DX86ISelLowering.cpp905 setOperationAction(ISD::UMAX, VT, VT == MVT::v16i8 ? Legal : Custom); in X86TargetLowering()
1085 setOperationAction(ISD::UMAX, MVT::v8i16, Legal); in X86TargetLowering()
1086 setOperationAction(ISD::UMAX, MVT::v4i32, Legal); in X86TargetLowering()
1285 setOperationAction(ISD::UMAX, MVT::v4i64, Custom); in X86TargetLowering()
1301 setOperationAction(ISD::UMAX, VT, HasInt256 ? Legal : Custom); in X86TargetLowering()
1560 setOperationAction(ISD::UMAX, VT, Legal); in X86TargetLowering()
1672 setOperationAction(ISD::UMAX, VT, Legal); in X86TargetLowering()
1817 setOperationAction(ISD::UMAX, VT, Legal); in X86TargetLowering()
21616 case ISD::SETUGE: Opc = ISD::UMAX; break;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp192 setOperationAction(ISD::UMAX, VT, Legal); in AArch64TargetLowering()
928 for (unsigned Opcode : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX}) in addTypeForNEON()
2969 return DAG.getNode(ISD::UMAX, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
12956 ReplaceReductionResults(N, Results, DAG, ISD::UMAX, AArch64ISD::UMAXV); in ReplaceNodeResults()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp824 NV50_IR_OPCODE_CASE(UMAX, MAX); in translateOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp500 setOperationAction(ISD::UMAX, Ty, Legal); in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp582 setOperationAction(ISD::UMAX, VT, Legal); in PPCTargetLowering()
588 setOperationAction(ISD::UMAX, VT, Expand); in PPCTargetLowering()
683 setOperationAction(ISD::UMAX, MVT::v2i64, Expand); in PPCTargetLowering()

Completed in 169 milliseconds

12