Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp201 case ISD::MULHS: in trySelect()
H A DMipsSEISelLowering.cpp216 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering()
227 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering()
269 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering()
316 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering()
494 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h696 MULHS, enumerator
H A DTargetLowering.h2974 case ISD::MULHS: in isCommutativeBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp229 setOperationAction(ISD::MULHS, T, Legal); in initializeHVXLowering()
306 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering()
341 setOperationAction(ISD::MULHS, WordV, Custom); // -> _LOHI in initializeHVXLowering()
1927 if (Opc == ISD::MULHS) in LowerHvxMulh()
3208 case ISD::MULHS: in LowerHvxOperation()
3258 case ISD::MULHS: in LowerHvxOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp121 setOperationAction(ISD::MULHS, MVT::i8, Promote); in MSP430TargetLowering()
126 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h734 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
1285 X86_INTRINSIC_DATA(avx512_pmulh_w_512, INTR_TYPE_2OP, ISD::MULHS, 0),
1970 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp142 setOperationAction(ISD::MULHS, MVT::i32, Legal); in XtensaTargetLowering()
145 setOperationAction(ISD::MULHS, MVT::i32, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp141 setOperationAction(ISD::MULHS, MVT::i32, Legal); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp277 case ISD::MULHS: return "mulhs"; in getOperationName()
H A DTargetLowering.cpp3799 case ISD::MULHS: in SimplifyDemandedVectorElts()
6610 if (isOperationLegalOrCustom(ISD::MULHS, VT, IsAfterLegalization)) in BuildSDIV()
6611 return DAG.getNode(ISD::MULHS, dl, VT, X, Y); in BuildSDIV()
7771 isOperationLegalOrCustom(ISD::MULHS, HiLoVT); in expandMUL_LOHI()
7799 Hi = DAG.getNode(Signed ? ISD::MULHS : ISD::MULHU, dl, HiLoVT, L, R); in expandMUL_LOHI()
11193 unsigned HiOp = Signed ? ISD::MULHS : ISD::MULHU; in expandFixedPointMul()
11494 { ISD::MULHS, ISD::SMUL_LOHI, ISD::SIGN_EXTEND }}; in expandMULO()
H A DLegalizeDAG.cpp3929 case ISD::MULHS: { in ExpandNode()
3946 Node->getOpcode() == ISD::UMUL_LOHI ? ISD::MULHU : ISD::MULHS; in ExpandNode()
3983 bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, VT); in ExpandNode()
H A DLegalizeVectorOps.cpp357 case ISD::MULHS: in LegalizeOp()
H A DLegalizeVectorTypes.cpp182 case ISD::MULHS: in ScalarizeVectorResult()
1292 case ISD::MULHS: in SplitVectorResult()
4737 case ISD::MULHS: in WidenVectorResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp115 setOperationAction(ISD::MULHS, VT, Expand); in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp498 setOperationAction({ISD::MULHU, ISD::MULHS}, MVT::i16, Expand); in AMDGPUTargetLowering()
500 setOperationAction({ISD::MUL, ISD::MULHU, ISD::MULHS}, MVT::i64, Expand); in AMDGPUTargetLowering()
524 ISD::MULHS, ISD::OR, ISD::SHL, in AMDGPUTargetLowering()
630 ISD::MULHU, ISD::MULHS, in AMDGPUTargetLowering()
5380 case ISD::MULHS: in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp75 setOperationAction(ISD::MULHS, MVT::i32, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp113 setOperationAction(ISD::MULHS, MVT::i32, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp224 setOperationAction(ISD::MULHS, VT, Expand); in SystemZTargetLowering()
263 setOperationAction(ISD::MULHS, MVT::i128, Expand); in SystemZTargetLowering()
274 setOperationAction(ISD::MULHS, MVT::i64, Custom); in SystemZTargetLowering()
453 setOperationAction(ISD::MULHS, VT, Legal); in SystemZTargetLowering()
5423 return DAG.getNode(ISD::MULHS, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN()
7046 case ISD::MULHS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1827 setOperationAction(ISD::MULHS, MVT::i32, Expand); in SparcTargetLowering()
1843 setOperationAction(ISD::MULHS, MVT::i64, in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp70 setOperationAction(ISD::MULHS, MVT::i32, Expand); in XCoreTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp183 setOperationAction(ISD::MULHS, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2443 case ISD::MULHS: in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp654 setOperationAction(ISD::MULHS, MVT::i32, Expand); in AArch64TargetLowering()
1382 setOperationAction(ISD::MULHS, VT, Legal); in AArch64TargetLowering()
1385 setOperationAction(ISD::MULHS, VT, Expand); in AArch64TargetLowering()
1535 setOperationAction(ISD::MULHS, VT, Custom); in AArch64TargetLowering()
1843 setOperationAction(ISD::MULHS, MVT::v1i64, Custom); in AArch64TargetLowering()
1844 setOperationAction(ISD::MULHS, MVT::v2i64, Custom); in AArch64TargetLowering()
1868 setOperationAction(ISD::MULHS, VT, Custom); in AArch64TargetLowering()
2320 setOperationAction(ISD::MULHS, VT, Default); in addTypeForFixedLengthSVE()
4047 SDValue UpperBits = DAG.getNode(ISD::MULHS, DL, MVT::i64, LHS, RHS); in getAArch64XALUOOp()
7394 case ISD::MULHS: in LowerOperation()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp643 ISD::MUL, ISD::MULHS, ISD::MULHU, ISD::PARITY, in NVPTXTargetLowering()
812 setOperationAction({ISD::SDIV, ISD::UDIV, ISD::SRA, ISD::SRL, ISD::MULHS, in NVPTXTargetLowering()

12