Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td23 def MULHU : ALU_rr<0b0000001, 0b011, "mulhu">;
45 def : PatGprGpr<mulhu, MULHU>;
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp169 case ISD::MULHU: in Select()
174 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp212 case ISD::MULHU: { in trySelect()
213 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16); in trySelect()
DMipsSEISelLowering.cpp186 setOperationAction(ISD::MULHU, MVT::i32, Custom); in MipsSETargetLowering()
197 setOperationAction(ISD::MULHU, MVT::i64, Custom); in MipsSETargetLowering()
229 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering()
276 setOperationAction(ISD::MULHU, MVT::i64, Legal); in MipsSETargetLowering()
454 case ISD::MULHU: return lowerMulDiv(Op, MipsISD::Multu, false, true, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp246 case ISD::MULHU: { in trySelect()
247 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16); in trySelect()
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/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp274 case ISD::MULHU: { in Select()
281 unsigned MulOp = (Opcode == ISD::MULHU ? in Select()
/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()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h304 MULHU, MULHS, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h321 MULHU, MULHS, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h356 MULHU, MULHS, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp380 setOperationAction(ISD::MULHU, MVT::i64, Expand); in AMDGPUTargetLowering()
409 setOperationAction(ISD::MULHU, VT, Expand); in AMDGPUTargetLowering()
526 setTargetDAGCombine(ISD::MULHU); in AMDGPUTargetLowering()
1620 SDValue Mulhi1 = DAG.getNode(ISD::MULHU, DL, VT, Rcp64, Mullo1); in LowerUDIVREM64()
1635 SDValue Mulhi2 = DAG.getNode(ISD::MULHU, DL, VT, Add1, Mullo2); in LowerUDIVREM64()
1649 SDValue Mulhi3 = DAG.getNode(ISD::MULHU, DL, VT, LHS, Add2); in LowerUDIVREM64()
1789 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den); in LowerUDIVREM()
1801 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP); in LowerUDIVREM()
1814 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM()
3783 case ISD::MULHU: in PerformDAGCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp94 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
153 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
1465 case ISD::MULHU: in LowerHvxOperation()
1498 case ISD::MULHU: return LowerHvxMulh(Op, DAG); in LowerHvxOperation()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp115 setOperationAction(ISD::MULHU, MVT::i32, Expand); in MBlazeTargetLowering()
116 setOperationAction(ISD::MULHU, MVT::i64, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h294 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
1188 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_128, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1189 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_256, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1190 X86_INTRINSIC_DATA(avx512_mask_pmulhu_w_512, INTR_TYPE_2OP_MASK, ISD::MULHU, 0),
1900 X86_INTRINSIC_DATA(sse2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2931 if (IsAfterLegalization ? isOperationLegal(ISD::MULHU, VT) : in BuildUDIV()
2932 isOperationLegalOrCustom(ISD::MULHU, VT)) in BuildUDIV()
2933 Q = DAG.getNode(ISD::MULHU, dl, VT, Q, DAG.getConstant(magics.m, dl, VT)); in BuildUDIV()
2987 bool HasMULHU = isOperationLegalOrCustom(ISD::MULHU, HiLoVT); in expandMUL()
3023 Hi = DAG.getNode(ISD::MULHU, dl, HiLoVT, LL, RL); in expandMUL()
3073 Hi = DAG.getNode(ISD::MULHU, dl, HiLoVT, LL, RL); in expandMUL()
DSelectionDAGDumper.cpp178 case ISD::MULHU: return "mulhu"; in getOperationName()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp144 setOperationAction(ISD::MULHU, MVT::i8, Expand); in MSP430TargetLowering()
149 setOperationAction(ISD::MULHU, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp111 case 3: return MBlaze::MULHU; in decodeMUL()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp94 setOperationAction(ISD::MULHU, MVT::i32, Expand); in BlackfinTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h343 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
969 X86_INTRINSIC_DATA(avx512_pmulhu_w_512, INTR_TYPE_2OP, ISD::MULHU, 0),
1194 X86_INTRINSIC_DATA(sse2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp137 setOperationAction(ISD::MULHU, MVT::i8, Expand); in MSP430TargetLowering()
142 setOperationAction(ISD::MULHU, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp85 setOperationAction(ISD::MULHU, MVT::i64, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp211 case ISD::MULHU: return "mulhu"; in getOperationName()

1234