Searched refs:SDIVFIX (Results 1 – 11 of 11) sorted by relevance
361 SDIVFIX, enumerator
1077 case ISD::SDIVFIX: in getFixedPointOperationAction()
466 case ISD::SDIVFIX: in LegalizeOp()869 case ISD::SDIVFIX: in Expand()
327 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
179 case ISD::SDIVFIX: in PromoteIntegerResult()918 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()956 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()1543 case ISD::SDIVFIX: in PromoteIntegerOperand()2193 case ISD::SDIVFIX: in ExpandIntegerResult()
1148 case ISD::SDIVFIX: in LegalizeOp()3387 case ISD::SDIVFIX: in ExpandNode()
182 case ISD::SDIVFIX: in ScalarizeVectorResult()1077 case ISD::SDIVFIX: in SplitVectorResult()
8219 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()8224 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
5403 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()5718 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
766 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
421 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;