Lines Matching refs:SDIVREM
216 setOperationAction(ISD::SDIVREM, VT, Expand); in addTypeForNEON()
299 setOperationAction(ISD::SDIVREM, VT, Expand); in addMVEVectorTypes()
1295 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in ARMTargetLowering()
1297 setOperationAction(ISD::SDIVREM, MVT::i64, Custom); in ARMTargetLowering()
1300 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in ARMTargetLowering()
10678 case ISD::SDIVREM: in LowerOperation()
10747 case ISD::SDIVREM: in ReplaceNodeResults()
20679 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemLibcall()
20682 bool isSigned = N->getOpcode() == ISD::SDIVREM || in getDivRemLibcall()
20697 assert((N->getOpcode() == ISD::SDIVREM || N->getOpcode() == ISD::UDIVREM || in getDivRemArgList()
20700 bool isSigned = N->getOpcode() == ISD::SDIVREM || in getDivRemArgList()
20724 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) && in LowerDivRem()
20726 bool isSigned = (Opcode == ISD::SDIVREM); in LowerDivRem()