Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h258 SMULO, UMULO, enumerator
/third_party/skia/third_party/externals/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()
DSelectionDAGBuilder.cpp6640 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()
DDAGCombiner.cpp1531 case ISD::UMULO: return visitMULO(N); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp324 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break; in mightUseCTR()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp670 setOperationAction(ISD::UMULO, VT, Expand); in initActions()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1932 setOperationAction(ISD::UMULO, VT, Custom); in X86TargetLowering()
21992 case ISD::UMULO: in getX86XALUOOp()
22278 CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) { in LowerSELECT()
22834 Cond.getOperand(0).getOpcode() == ISD::UMULO)) { in LowerBRCOND()
22886 CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) { in LowerBRCOND()
28636 case ISD::UMULO: return LowerXALUO(Op, DAG); in LowerOperation()