Searched refs:SMULFIX (Results 1 – 12 of 12) sorted by relevance
281 SMULFIX, UMULFIX, enumerator
934 case ISD::SMULFIX: in getFixedPointOperationAction()
461 case ISD::SMULFIX: in LegalizeOp()955 case ISD::SMULFIX: in Expand()
310 case ISD::SMULFIX: return "smulfix"; in getOperationName()
158 case ISD::SMULFIX: in PromoteIntegerResult()751 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()1304 case ISD::SMULFIX: in PromoteIntegerOperand()1911 case ISD::SMULFIX: in ExpandIntegerResult()3030 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
164 case ISD::SMULFIX: in ScalarizeVectorResult()959 case ISD::SMULFIX: in SplitVectorResult()2747 case ISD::SMULFIX: in WidenVectorResult()
1129 case ISD::SMULFIX: in LegalizeOp()3416 case ISD::SMULFIX: in ExpandNode()
7174 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()7187 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
5763 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
1517 case ISD::SMULFIX: in visit()
657 setOperationAction(ISD::SMULFIX, VT, Expand); in initActions()
399 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;