Lines Matching refs:SREM
213 setOperationAction(ISD::SREM, VT, Expand); in addTypeForNEON()
297 setOperationAction(ISD::SREM, VT, Expand); in addMVEVectorTypes()
1240 setOperationAction(ISD::SREM, MVT::i32, Expand); in ARMTargetLowering()
1247 setOperationAction(ISD::SREM, MVT::i64, Custom); in ARMTargetLowering()
10605 case ISD::SREM: return LowerREM(Op.getNode(), DAG); in LowerOperation()
10743 case ISD::SREM: in ReplaceNodeResults()
20680 N->getOpcode() == ISD::SREM || N->getOpcode() == ISD::UREM) && in getDivRemLibcall()
20683 N->getOpcode() == ISD::SREM; in getDivRemLibcall()
20698 N->getOpcode() == ISD::SREM || N->getOpcode() == ISD::UREM) && in getDivRemArgList()
20701 N->getOpcode() == ISD::SREM; in getDivRemArgList()
20823 bool isSigned = N->getOpcode() == ISD::SREM; in LowerREM()