/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | neon-idiv.ll | 7 ; to MULHS due the simplification by multiplying by a magic number
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 321 MULHU, MULHS, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 441 MULHU, MULHS, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 571 MULHS, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 210 case ISD::MULHS: in trySelect()
|
D | MipsSEISelLowering.cpp | 185 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering() 196 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering() 233 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering() 280 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering() 456 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 210 case ISD::MULHS: in trySelect()
|
D | MipsSEISelLowering.cpp | 185 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering() 196 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering() 233 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering() 280 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering() 456 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 245 case ISD::MULHS: in trySelect()
|
D | MipsSEISelLowering.cpp | 116 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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 92 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 151 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 1338 bool IsSigned = Op.getOpcode() == ISD::MULHS; in LowerHvxMulh() 1543 case ISD::MULHS: in LowerHvxOperation() 1578 case ISD::MULHS: in LowerHvxOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 367 case ISD::MULHS: { in Select()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 293 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/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 116 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 178 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 1474 bool IsSigned = Op.getOpcode() == ISD::MULHS; in LowerHvxMulh() 2038 case ISD::MULHS: in LowerHvxOperation() 2078 case ISD::MULHS: in LowerHvxOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 388 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0), 843 X86_INTRINSIC_DATA(avx512_pmulh_w_512, INTR_TYPE_2OP, ISD::MULHS, 0), 1053 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 388 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0), 839 X86_INTRINSIC_DATA(avx512_pmulh_w_512, INTR_TYPE_2OP, ISD::MULHS, 0), 1059 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 179 case ISD::MULHS: return "mulhs"; in getOperationName()
|
D | TargetLowering.cpp | 2853 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/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 86 setOperationAction(ISD::MULHS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 136 setOperationAction(ISD::MULHS, MVT::i8, Expand); in MSP430TargetLowering() 141 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 91 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 229 case ISD::MULHS: return "mulhs"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 90 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 111 setOperationAction(ISD::MULHS, MVT::i32, Legal); in ARCTargetLowering()
|