Searched refs:SDIVFIX (Results 1 – 12 of 12) sorted by relevance
76 ; CHECK: [[SDIVFIX:%[0-9]+]]:_(s16) = G_SDIVFIX [[TRUNC]], [[TRUNC1]], 777 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SDIVFIX]](s16)
380 SDIVFIX, enumerator
1130 case ISD::SDIVFIX: in getFixedPointOperationAction()
419 case ISD::SDIVFIX: in LegalizeOp()874 case ISD::SDIVFIX: in Expand()
333 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
205 case ISD::SDIVFIX: in PromoteIntegerResult()1007 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()1045 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()1697 case ISD::SDIVFIX: in PromoteIntegerOperand()2533 case ISD::SDIVFIX: in ExpandIntegerResult()
1153 case ISD::SDIVFIX: in LegalizeOp()3431 case ISD::SDIVFIX: in ExpandNode()
186 case ISD::SDIVFIX: in ScalarizeVectorResult()1129 case ISD::SDIVFIX: in SplitVectorResult()
9128 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()9133 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
5405 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()5752 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
807 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
433 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;