Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Inc

2906 #include "AArch64GenCallingConv.inc"
10142 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0);
10143 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
10148 Inc = DAG.getRegister(AArch64::XZR, MVT::i64);
10165 Ops.push_back(Inc);
10304 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0);
10305 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
10312 Inc = DAG.getRegister(AArch64::XZR, MVT::i64);
10321 Ops.push_back(Inc);