Searched refs:SDIVFIX (Results 1 – 11 of 11) sorted by relevance
387 SDIVFIX, enumerator
1292 case ISD::SDIVFIX: in getFixedPointOperationAction()
369 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
467 case ISD::SDIVFIX: in LegalizeOp()1080 case ISD::SDIVFIX: in Expand()
253 case ISD::SDIVFIX: in PromoteIntegerResult()1194 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()1226 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()1992 case ISD::SDIVFIX: in PromoteIntegerOperand()2919 case ISD::SDIVFIX: in ExpandIntegerResult()
1166 case ISD::SDIVFIX: in LegalizeOp()3910 case ISD::SDIVFIX: in ExpandNode()
221 case ISD::SDIVFIX: in ScalarizeVectorResult() 1320 case ISD::SDIVFIX: in SplitVectorResult()
5888 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()6236 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
10789 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()10794 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
725 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
463 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;