Home
last modified time | relevance | path

Searched refs:UMULO (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h238 SMULO, UMULO, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h258 SMULO, UMULO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp233 case ISD::UMULO: return "umulo"; in getOperationName()
DLegalizeIntegerTypes.cpp137 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break; in PromoteIntegerResult()
786 if (N->getOpcode() == ISD::UMULO) { in PromoteIntRes_XMULO()
1401 case ISD::UMULO: in ExpandIntegerResult()
2548 if (N->getOpcode() == ISD::UMULO) { in ExpandIntRes_XMULO()
DSelectionDAG.cpp2129 case ISD::UMULO: in computeKnownBits()
2620 case ISD::UMULO: in ComputeNumSignBits()
DLegalizeDAG.cpp3375 case ISD::UMULO: in ExpandNode()
DSelectionDAGBuilder.cpp5511 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp146 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break; in PromoteIntegerResult()
1153 if (N->getOpcode() == ISD::UMULO) { in PromoteIntRes_XMULO()
1903 case ISD::UMULO: in ExpandIntegerResult()
3040 unsigned MulOp = Signed ? ISD::SMULO : ISD::UMULO; in ExpandIntRes_MULFIX()
3518 if (N->getOpcode() == ISD::UMULO) { in ExpandIntRes_XMULO()
3545 SDValue One = DAG.getNode(ISD::UMULO, dl, VTHalfMulO, LHSHigh, RHSLow); in ExpandIntRes_XMULO()
3550 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfMulO, RHSHigh, LHSLow); in ExpandIntRes_XMULO()
DLegalizeVectorOps.cpp453 case ISD::UMULO: in LegalizeOp()
942 case ISD::UMULO: in Expand()
DSelectionDAGDumper.cpp297 case ISD::UMULO: return "umulo"; in getOperationName()
DLegalizeVectorTypes.cpp160 case ISD::UMULO: in ScalarizeVectorResult()
955 case ISD::UMULO: in SplitVectorResult()
2766 case ISD::UMULO: in WidenVectorResult()
DSelectionDAG.cpp2846 case ISD::UMULO: in computeKnownBits()
3736 case ISD::UMULO: in ComputeNumSignBits()
9330 Opcode == ISD::UMULO || Opcode == ISD::SMULO) && in UnrollVectorOverflowOp()
DTargetLowering.cpp7211 } else if (!Signed && isOperationLegalOrCustom(ISD::UMULO, VT)) { in expandFixedPointMul()
7213 DAG.getNode(ISD::UMULO, dl, DAG.getVTList(VT, BoolVT), LHS, RHS); in expandFixedPointMul()
DLegalizeDAG.cpp3498 case ISD::UMULO: in ExpandNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp324 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break; in mightUseCTR()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1707 setOperationAction(ISD::UMULO, MVT::i64, Custom); in SparcTargetLowering()
2961 assert((opcode == ISD::UMULO || opcode == ISD::SMULO) && "Invalid Opcode."); in LowerUMULO_SMULO()
3081 case ISD::UMULO: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1674 setOperationAction(ISD::UMULO, MVT::i64, Custom); in SparcTargetLowering()
2936 assert((opcode == ISD::UMULO || opcode == ISD::SMULO) && "Invalid Opcode."); in LowerUMULO_SMULO()
3056 case ISD::UMULO: in LowerOperation()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll344 ; UMULO
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp670 setOperationAction(ISD::UMULO, VT, Expand); in initActions()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp884 setOperationAction(ISD::UMULO, VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp249 setOperationAction(ISD::UMULO, MVT::i32, Custom); in AArch64TargetLowering()
250 setOperationAction(ISD::UMULO, MVT::i64, Custom); in AArch64TargetLowering()
1645 case ISD::UMULO: { in getAArch64XALUOOp()
2347 case ISD::UMULO: in LowerOperation()
3639 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerBR_CC()
4088 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerSELECT()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1589 setOperationAction(ISD::UMULO, VT, Custom); in X86TargetLowering()
15905 ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) && in LowerSELECT()
15917 case ISD::UMULO: X86Opcode = X86ISD::UMUL; X86Cond = X86::COND_O; break; in LowerSELECT()
15921 if (CondOpcode == ISD::UMULO) in LowerSELECT()
15929 if (CondOpcode == ISD::UMULO) in LowerSELECT()
16550 Cond.getOperand(0).getOpcode() == ISD::UMULO)) { in LowerBRCOND()
16602 ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) && in LowerBRCOND()
16627 case ISD::UMULO: X86Opcode = X86ISD::UMUL; X86Cond = X86::COND_O; break; in LowerBRCOND()
16633 if (CondOpcode == ISD::UMULO) in LowerBRCOND()
16641 if (CondOpcode == ISD::UMULO) in LowerBRCOND()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp383 setOperationAction(ISD::UMULO, MVT::i32, Custom); in AArch64TargetLowering()
384 setOperationAction(ISD::UMULO, MVT::i64, Custom); in AArch64TargetLowering()
2235 case ISD::UMULO: { in getAArch64XALUOOp()
2340 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)); in isOverflowIntrOpRes()
3194 case ISD::UMULO: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4437 case ISD::UMULO: in getARMXALUOOp()
5218 bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) && in LowerBRCOND()
5269 bool OptimizeMul = (Opc == ISD::SMULO || Opc == ISD::UMULO) && in LowerBR_CC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1932 setOperationAction(ISD::UMULO, VT, Custom); in X86TargetLowering()
21995 case ISD::UMULO: in getX86XALUOOp()
22281 CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) { in LowerSELECT()
22837 Cond.getOperand(0).getOpcode() == ISD::UMULO)) { in LowerBRCOND()
22889 CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) { in LowerBRCOND()
28639 case ISD::UMULO: return LowerXALUO(Op, DAG); in LowerOperation()

12