Searched refs:SDIVFIX (Results 1 – 11 of 11) sorted by relevance
380 SDIVFIX, enumerator
1150 case ISD::SDIVFIX: in getFixedPointOperationAction()
420 case ISD::SDIVFIX: in LegalizeOp()921 case ISD::SDIVFIX: in Expand()
338 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
212 case ISD::SDIVFIX: in PromoteIntegerResult()1014 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()1052 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()1705 case ISD::SDIVFIX: in PromoteIntegerOperand()2545 case ISD::SDIVFIX: in ExpandIntegerResult()
1157 case ISD::SDIVFIX: in LegalizeOp()3460 case ISD::SDIVFIX: in ExpandNode()
188 case ISD::SDIVFIX: in ScalarizeVectorResult()1152 case ISD::SDIVFIX: in SplitVectorResult()
9802 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()9807 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
5470 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()5820 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
813 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
439 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;