Lines Matching refs:SDIVREM
817 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in ARMTargetLowering()
819 setOperationAction(ISD::SDIVREM, MVT::i64, Custom); in ARMTargetLowering()
822 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in ARMTargetLowering()
7218 case ISD::SDIVREM: in LowerOperation()
7253 case ISD::SDIVREM: in ReplaceNodeResults()
12009 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemLibcall()
12012 bool isSigned = N->getOpcode() == ISD::SDIVREM || in getDivRemLibcall()
12027 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemArgList()
12030 bool isSigned = N->getOpcode() == ISD::SDIVREM || in getDivRemArgList()
12051 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
12053 bool isSigned = (Opcode == ISD::SDIVREM); in LowerDivRem()