Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp196 SDValue RCP_LO = DAG.getNode(ISD::UMULO, DL, VT, RCP, Den); in LowerUDIVREM()
227 SDValue Num_S_Remainder = DAG.getNode(ISD::UMULO, DL, VT, Quotient, Den); in LowerUDIVREM()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h232 SMULO, UMULO, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h238 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()
DDAGCombiner.cpp1370 case ISD::UMULO: return visitUMULO(N); in visit()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp119 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break; in PromoteIntegerResult()
659 if (N->getOpcode() == ISD::UMULO) { in PromoteIntRes_XMULO()
1156 case ISD::UMULO: in ExpandIntegerResult()
2250 if (N->getOpcode() == ISD::UMULO) { in ExpandIntRes_XMULO()
DSelectionDAG.cpp1738 case ISD::UMULO: in ComputeMaskedBits()
2173 case ISD::UMULO: in ComputeNumSignBits()
6023 case ISD::UMULO: return "umulo"; in getOperationName()
DLegalizeDAG.cpp861 case ISD::UMULO: in LegalizeOp()
3598 case ISD::UMULO: in ExpandNode()
DSelectionDAGBuilder.cpp5091 return implVisitAluOverflow(I, ISD::UMULO); in visitIntrinsicCall()
DDAGCombiner.cpp1064 case ISD::UMULO: return visitUMULO(N); in visit()
/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/llvm/test/CodeGen/X86/
Dxaluo.ll344 ; UMULO
/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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1123 setOperationAction(ISD::UMULO, VT, Custom); in X86TargetLowering()
1128 setOperationAction(ISD::UMULO, MVT::i8, Expand); in X86TargetLowering()
10091 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs in LowerXALUO()
10446 case ISD::UMULO: return LowerXALUO(Op, DAG); in LowerOperation()