Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td33 def MULHU : ALU_rr<0b0000001, 0b011, "mulhu">,
65 def : PatGprGpr<mulhu, MULHU>;
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td33 def MULHU : ALU_rr<0b0000001, 0b011, "mulhu">,
65 def : PatGprGpr<mulhu, MULHU>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp211 case ISD::MULHU: { in trySelect()
212 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()
234 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering()
281 setOperationAction(ISD::MULHU, MVT::i64, Legal); in MipsSETargetLowering()
457 case ISD::MULHU: return lowerMulDiv(Op, MipsISD::Multu, false, true, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp211 case ISD::MULHU: { in trySelect()
212 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()
234 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering()
281 setOperationAction(ISD::MULHU, MVT::i64, Legal); in MipsSETargetLowering()
457 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/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/llvm/include/llvm/CodeGen/
DISDOpcodes.h321 MULHU, MULHS, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h441 MULHU, MULHS, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h570 MULHU, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp93 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
152 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
1544 case ISD::MULHU: in LowerHvxOperation()
1579 case ISD::MULHU: return LowerHvxMulh(Op, DAG); in LowerHvxOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp338 setOperationAction(ISD::MULHU, MVT::i64, Expand); in AMDGPUTargetLowering()
367 setOperationAction(ISD::MULHU, VT, Expand); in AMDGPUTargetLowering()
492 setTargetDAGCombine(ISD::MULHU); in AMDGPUTargetLowering()
1706 SDValue Mulhi1 = DAG.getNode(ISD::MULHU, DL, VT, Rcp64, Mullo1); in LowerUDIVREM64()
1721 SDValue Mulhi2 = DAG.getNode(ISD::MULHU, DL, VT, Add1, Mullo2); in LowerUDIVREM64()
1735 SDValue Mulhi3 = DAG.getNode(ISD::MULHU, DL, VT, LHS, Add2); in LowerUDIVREM64()
1875 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den); in LowerUDIVREM()
1887 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP); in LowerUDIVREM()
1900 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM()
3995 case ISD::MULHU: in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp400 setOperationAction(ISD::MULHU, MVT::i16, Expand); in AMDGPUTargetLowering()
404 setOperationAction(ISD::MULHU, MVT::i64, Expand); in AMDGPUTargetLowering()
433 setOperationAction(ISD::MULHU, VT, Expand); in AMDGPUTargetLowering()
562 setTargetDAGCombine(ISD::MULHU); in AMDGPUTargetLowering()
1835 SDValue Mulhi1 = DAG.getNode(ISD::MULHU, DL, VT, Rcp64, Mullo1); in LowerUDIVREM64()
1850 SDValue Mulhi2 = DAG.getNode(ISD::MULHU, DL, VT, Add1, Mullo2); in LowerUDIVREM64()
1864 SDValue Mulhi3 = DAG.getNode(ISD::MULHU, DL, VT, LHS, Add2); in LowerUDIVREM64()
2006 DAG.getNode(ISD::MULHU, DL, VT, Z, NegYZ)); in LowerUDIVREM()
2009 SDValue Q = DAG.getNode(ISD::MULHU, DL, VT, X, Z); in LowerUDIVREM()
3980 case ISD::MULHU: in PerformDAGCombine()
/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-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h389 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
844 X86_INTRINSIC_DATA(avx512_pmulhu_w_512, INTR_TYPE_2OP, ISD::MULHU, 0),
1054 X86_INTRINSIC_DATA(sse2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
/external/llvm-project/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h389 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
840 X86_INTRINSIC_DATA(avx512_pmulhu_w_512, INTR_TYPE_2OP, ISD::MULHU, 0),
1060 X86_INTRINSIC_DATA(sse2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
/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/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-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp117 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
179 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering()
2039 case ISD::MULHU: in LowerHvxOperation()
2079 case ISD::MULHU: return LowerHvxMulh(Op, DAG); in LowerHvxOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp90 setOperationAction(ISD::MULHU, VT, Expand); in BPFTargetLowering()

1234