Searched refs:SMULFIX (Results 1 – 13 of 13) sorted by relevance
387 SMULFIX, enumerator
2522 ISD = ISD::SMULFIX; in getTypeBasedIntrinsicInstrCost()
1318 case ISD::SMULFIX: in getFixedPointOperationAction()
381 case ISD::SMULFIX: return "smulfix"; in getOperationName()
480 case ISD::SMULFIX: in LegalizeOp()1197 case ISD::SMULFIX: in Expand()
268 case ISD::SMULFIX: in PromoteIntegerResult()1173 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()2039 case ISD::SMULFIX: in PromoteIntegerOperand()3097 case ISD::SMULFIX: in ExpandIntegerResult()4477 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
229 case ISD::SMULFIX: in ScalarizeVectorResult()1375 case ISD::SMULFIX: in SplitVectorResult()4819 case ISD::SMULFIX: in WidenVectorResult()
1192 case ISD::SMULFIX: in LegalizeOp()4043 case ISD::SMULFIX: in ExpandNode()
11132 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()11145 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
6320 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
1915 case ISD::SMULFIX: in visit()
804 ISD::SMULFIX, ISD::SMULFIXSAT, in initActions()
475 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;