Searched refs:SDIVFIX (Results 1 – 11 of 11) sorted by relevance
292 SDIVFIX, UDIVFIX, enumerator
938 case ISD::SDIVFIX: in getFixedPointOperationAction()
465 case ISD::SDIVFIX: in LegalizeOp()969 case ISD::SDIVFIX: in Expand()
315 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
163 case ISD::SDIVFIX: in PromoteIntegerResult()788 bool Signed = N->getOpcode() == ISD::SDIVFIX; in earlyExpandDIVFIX()819 bool Signed = N->getOpcode() == ISD::SDIVFIX; in PromoteIntRes_DIVFIX()1308 case ISD::SDIVFIX: in PromoteIntegerOperand()1916 case ISD::SDIVFIX: in ExpandIntegerResult()
1133 case ISD::SDIVFIX: in LegalizeOp()3422 case ISD::SDIVFIX: in ExpandNode()
168 case ISD::SDIVFIX: in ScalarizeVectorResult()963 case ISD::SDIVFIX: in SplitVectorResult()
7316 assert((Opcode == ISD::SDIVFIX || in expandFixedPointDiv()7321 bool Signed = Opcode == ISD::SDIVFIX; in expandFixedPointDiv()
5468 bool Signed = Opcode == ISD::SDIVFIX; in expandDivFix()5771 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
661 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
403 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;