Home
last modified time | relevance | path

Searched refs:MULHU (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp199 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den); in LowerUDIVREM()
211 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP); in LowerUDIVREM()
224 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM()
DAMDILISelLowering.cpp174 setOperationAction(ISD::MULHU, MVT::i64, Expand); in InitAMDILLowering()
175 setOperationAction(ISD::MULHU, MVT::v2i64, Expand); in InitAMDILLowering()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp310 case ISD::MULHU: { in selectNode()
311 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16); in selectNode()
DMipsSEISelLowering.cpp117 setOperationAction(ISD::MULHU, MVT::i32, Custom); in MipsSETargetLowering()
128 setOperationAction(ISD::MULHU, MVT::i64, Custom); in MipsSETargetLowering()
162 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering()
209 setOperationAction(ISD::MULHU, MVT::i64, Legal); in MipsSETargetLowering()
368 case ISD::MULHU: return lowerMulDiv(Op, MipsISD::Multu, false, true, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp366 case ISD::MULHU: in Select()
371 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select()
DSparcISelLowering.cpp1656 setOperationAction(ISD::MULHU, MVT::i64, Expand); in SparcTargetLowering()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h318 MULHU, MULHS, enumerator
DSelectionDAG.h1087 case ISD::MULHU:
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2843 if (IsAfterLegalization ? isOperationLegal(ISD::MULHU, VT) : in BuildUDIV()
2844 isOperationLegalOrCustom(ISD::MULHU, VT)) in BuildUDIV()
2845 Q = DAG.getNode(ISD::MULHU, dl, VT, Q, DAG.getConstant(magics.m, dl, VT)); in BuildUDIV()
2899 bool HasMULHU = isOperationLegalOrCustom(ISD::MULHU, HiLoVT); in expandMUL()
2935 Hi = DAG.getNode(ISD::MULHU, dl, HiLoVT, LL, RL); in expandMUL()
2985 Hi = DAG.getNode(ISD::MULHU, dl, HiLoVT, LL, RL); in expandMUL()
DSelectionDAGDumper.cpp178 case ISD::MULHU: return "mulhu"; in getOperationName()
DLegalizeDAG.cpp3483 case ISD::MULHU: in ExpandNode()
3485 unsigned ExpandOpcode = Node->getOpcode() == ISD::MULHU ? ISD::UMUL_LOHI : in ExpandNode()
3507 bool HasMULHU = TLI.isOperationLegalOrCustom(ISD::MULHU, VT); in ExpandNode()
3603 { { ISD::MULHU, ISD::UMUL_LOHI, ISD::ZERO_EXTEND }, in ExpandNode()
DLegalizeVectorTypes.cpp2030 case ISD::MULHU: in WidenVectorResult()
DDAGCombiner.cpp1372 case ISD::MULHU: return visitMULHU(N); in visit()
2634 if (SDValue Res = SimplifyNodeWithTwoResults(N, ISD::MUL, ISD::MULHU)) in visitUMUL_LOHI()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h285 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
1122 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_128, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1123 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_256, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1124 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_512, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1698 X86_INTRINSIC_DATA(sse2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
DX86ISelLowering.cpp281 setOperationAction(ISD::MULHU, VT, Expand); in X86TargetLowering()
721 setOperationAction(ISD::MULHU, VT, Expand); in X86TargetLowering()
831 setOperationAction(ISD::MULHU, MVT::v8i16, Legal); in X86TargetLowering()
1190 setOperationAction(ISD::MULHU, MVT::v16i16, Legal); in X86TargetLowering()
1635 setOperationAction(ISD::MULHU, MVT::v32i16, Legal); in X86TargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp152 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp141 setOperationAction(ISD::MULHU, MVT::i8, Expand); in MSP430TargetLowering()
146 setOperationAction(ISD::MULHU, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp122 setOperationAction(ISD::MULHU, MVT::i64, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp270 setOperationAction(ISD::MULHU, MVT::i64, Expand); in AMDGPUTargetLowering()
1752 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den); in LowerUDIVREM()
1764 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP); in LowerUDIVREM()
1777 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td366 def mulhu : SDNode<"ISD::MULHU" , SDTIntBinOp, [SDNPCommutative]>;
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp104 setOperationAction(ISD::MULHU, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3611 unsigned UMULHReg = fastEmit_rr(VT, VT, ISD::MULHU, LHSReg, LHSIsKill, in fastLowerIntrinsicCall()
DAArch64ISelLowering.cpp602 setOperationAction(ISD::MULHU, VT, Expand); in AArch64TargetLowering()
1638 SDValue UpperBits = DAG.getNode(ISD::MULHU, DL, MVT::i64, LHS, RHS); in getAArch64XALUOOp()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp454 setOperationAction(ISD::MULHU, VT, Expand); in ARMTargetLowering()
724 setOperationAction(ISD::MULHU, MVT::i32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp193 setOperationAction(ISD::MULHU, VT, Expand); in SystemZTargetLowering()

12