Home
last modified time | relevance | path

Searched refs:SMULO (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h238 SMULO, UMULO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp231 case ISD::SMULO: return "smulo"; in getOperationName()
DLegalizeIntegerTypes.cpp131 case ISD::SMULO: in PromoteIntegerResult()
767 if (N->getOpcode() == ISD::SMULO) { in PromoteIntRes_XMULO()
1392 case ISD::SMULO: ExpandIntRes_XMULO(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp3595 case ISD::SMULO: { in ExpandNode()
3605 bool isSigned = Node->getOpcode() == ISD::SMULO; in ExpandNode()
DSelectionDAG.cpp2154 case ISD::SMULO: in computeKnownBits()
2615 case ISD::SMULO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5086 case Intrinsic::smul_with_overflow: Op = ISD::SMULO; break; in visitIntrinsicCall()
DDAGCombiner.cpp1376 case ISD::SMULO: return visitSMULO(N); in visit()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1660 setOperationAction(ISD::SMULO, MVT::i64, Custom); in SparcTargetLowering()
2866 assert((opcode == ISD::UMULO || opcode == ISD::SMULO) && "Invalid Opcode."); in LowerUMULO_SMULO()
2868 bool isSigned = (opcode == ISD::SMULO); in LowerUMULO_SMULO()
2972 case ISD::SMULO: return LowerUMULO_SMULO(Op, DAG, *this); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp260 setOperationAction(ISD::SMULO, MVT::i32, Custom); in AArch64TargetLowering()
261 setOperationAction(ISD::SMULO, MVT::i64, Custom); in AArch64TargetLowering()
1573 case ISD::SMULO: in getAArch64XALUOOp()
1576 bool IsSigned = Op.getOpcode() == ISD::SMULO; in getAArch64XALUOOp()
2276 case ISD::SMULO: in LowerOperation()
3604 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerBR_CC()
4053 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerSELECT()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll294 ; SMULO
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp803 setOperationAction(ISD::SMULO, VT, Expand); in initActions()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1761 setOperationAction(ISD::SMULO, VT, Custom); in X86TargetLowering()
14992 ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) && in LowerSELECT()
15005 case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break; in LowerSELECT()
15474 Cond.getOperand(0).getOpcode() == ISD::SMULO || in LowerBRCOND()
15528 ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) && in LowerBRCOND()
15554 case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break; in LowerBRCOND()
19094 case ISD::SMULO: in LowerXALUO()
20132 case ISD::SMULO: in LowerOperation()