/third_party/backends/backend/genesys/ |
H A D | enums.h | 372 UMAX, member in genesys::ScanMethod::GpioId 415 UMAX, member in genesys::ScanMethod::MotorId
|
H A D | enums.cpp | 279 case GpioId::UMAX: out << "UMAX"; break; in operator <<() 324 case MotorId::UMAX: out << "UMAX"; break; in operator <<()
|
H A D | tables_gpo.cpp | 34 gpo.id = GpioId::UMAX; in genesys_init_gpo_tables()
|
H A D | tables_model.cpp | 80 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 D | tables_motor.cpp | 36 motor.id = MotorId::UMAX; in genesys_init_motor_tables()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 152 OP12(UMAX)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 445 SMIN, SMAX, UMIN, UMAX, enumerator
|
H A D | TargetLowering.h | 2242 case ISD::UMAX:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 269 case ISD::UMAX: return "umax"; in getOperationName()
|
H A D | LegalizeIntegerTypes.cpp | 84 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 D | LegalizeVectorTypes.cpp | 123 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 D | LegalizeVectorOps.cpp | 445 case ISD::UMAX: in LegalizeOp()
|
H A D | TargetLowering.cpp | 7103 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 D | SelectionDAG.cpp | 3350 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 D | LegalizeDAG.cpp | 3170 case ISD::UMAX: { 3177 case ISD::UMAX: Pred = ISD::SETUGT; break;
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_compiler.h | 1334 VIR_A_ALU2(UMAX)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 453 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 D | MipsSEISelLowering.cpp | 349 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 D | TargetLoweringBase.cpp | 649 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 D | WebAssemblyISelLowering.cpp | 186 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 D | X86ISelLowering.cpp | 905 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 D | AArch64ISelLowering.cpp | 192 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 D | nv50_ir_from_tgsi.cpp | 824 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 D | NVPTXISelLowering.cpp | 500 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 D | PPCISelLowering.cpp | 582 setOperationAction(ISD::UMAX, VT, Legal); in PPCTargetLowering() 588 setOperationAction(ISD::UMAX, VT, Expand); in PPCTargetLowering() 683 setOperationAction(ISD::UMAX, MVT::v2i64, Expand); in PPCTargetLowering()
|