Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h232 SMULO, UMULO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp114 case ISD::SMULO: in PromoteIntegerResult()
603 if (N->getOpcode() == ISD::SMULO) { in PromoteIntRes_XMULO()
1098 case ISD::SMULO: ExpandIntRes_XMULO(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp860 case ISD::SMULO: in LegalizeOp()
3529 case ISD::SMULO: { in ExpandNode()
3539 bool isSigned = Node->getOpcode() == ISD::SMULO; in ExpandNode()
DSelectionDAG.cpp1714 case ISD::SMULO: in ComputeMaskedBits()
2149 case ISD::SMULO: in ComputeNumSignBits()
5916 case ISD::SMULO: return "smulo"; in getOperationName()
DSelectionDAGBuilder.cpp4839 return implVisitAluOverflow(I, ISD::SMULO); in visitIntrinsicCall()
DDAGCombiner.cpp1062 case ISD::SMULO: return visitSMULO(N); in visit()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1077 setOperationAction(ISD::SMULO, VT, Custom); in X86TargetLowering()
1082 setOperationAction(ISD::SMULO, MVT::i8, Expand); in X86TargetLowering()
9046 case ISD::SMULO: in LowerXALUO()
9347 case ISD::SMULO: in LowerOperation()