Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Inc

2415 #include "AArch64GenCallingConv.inc"
8862 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0);
8863 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
8868 Inc = DAG.getRegister(AArch64::XZR, MVT::i64);
8885 Ops.push_back(Inc);
9284 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0);
9285 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
9292 Inc = DAG.getRegister(AArch64::XZR, MVT::i64);
9301 Ops.push_back(Inc);