Home
last modified time | relevance | path

Searched refs:MULHS (Results 1 – 25 of 83) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dneon-idiv.ll7 ; to MULHS due the simplification by multiplying by a magic number
/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/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp170 case ISD::MULHS: { in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp211 case ISD::MULHS: in trySelect()
DMipsSEISelLowering.cpp185 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering()
196 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering()
228 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering()
275 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering()
453 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp245 case ISD::MULHS: in trySelect()
DMipsSEISelLowering.cpp116 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering()
127 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering()
161 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering()
208 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering()
367 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp273 case ISD::MULHS: in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp93 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering()
152 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering()
1260 bool IsSigned = Op.getOpcode() == ISD::MULHS; in LowerHvxMulh()
1464 case ISD::MULHS: in LowerHvxOperation()
1497 case ISD::MULHS: in LowerHvxOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp367 case ISD::MULHS: { in Select()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp113 setOperationAction(ISD::MULHS, MVT::i32, Expand); in MBlazeTargetLowering()
114 setOperationAction(ISD::MULHS, MVT::i64, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h293 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
1185 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_128, INTR_TYPE_2OP_MASK, ISD::MULHS, 0),
1186 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_256, INTR_TYPE_2OP_MASK, ISD::MULHS, 0),
1187 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_512, INTR_TYPE_2OP_MASK, ISD::MULHS, 0),
1899 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp143 setOperationAction(ISD::MULHS, MVT::i8, Expand); in MSP430TargetLowering()
148 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp95 setOperationAction(ISD::MULHS, MVT::i32, Expand); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp179 case ISD::MULHS: return "mulhs"; in getOperationName()
DTargetLowering.cpp2853 if (IsAfterLegalization ? isOperationLegal(ISD::MULHS, VT) : in BuildSDIV()
2854 isOperationLegalOrCustom(ISD::MULHS, VT)) in BuildSDIV()
2855 Q = DAG.getNode(ISD::MULHS, dl, VT, N->getOperand(0), in BuildSDIV()
2986 bool HasMULHS = isOperationLegalOrCustom(ISD::MULHS, HiLoVT); in expandMUL()
3039 Hi = DAG.getNode(ISD::MULHS, dl, HiLoVT, LL, RL); in expandMUL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h342 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
968 X86_INTRINSIC_DATA(avx512_pmulh_w_512, INTR_TYPE_2OP, ISD::MULHS, 0),
1193 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp136 setOperationAction(ISD::MULHS, MVT::i8, Expand); in MSP430TargetLowering()
141 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp86 setOperationAction(ISD::MULHS, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp212 case ISD::MULHS: return "mulhs"; in getOperationName()
/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/Target/MSP430/
DMSP430ISelLowering.cpp117 setOperationAction(ISD::MULHS, MVT::i8, Promote); in MSP430TargetLowering()
122 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp92 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()

1234