Home | History | Annotate | Download | only in AArch64

Lines Matching defs:LR

58   // This does not include the 16 bytes used for fp and lr.
189 if (HasFP && (FramePtr == Reg || Reg == AArch64::LR)) {
321 // stp fp, lr, [sp, #offset-16]
353 // sp = 10020 :: stp fp, lr, [sp, #-16]!
381 // Record the location of the stored LR
382 unsigned LR = RegInfo->getDwarfRegNum(AArch64::LR, true);
384 MCCFIInstruction::createOffset(nullptr, LR, StackGrowth));
606 if (Reg != AArch64::LR)
609 // LR maybe referred to later by an @llvm.returnaddress intrinsic.
610 bool LRLiveIn = MF.getRegInfo().isLiveIn(AArch64::LR);
648 // stp fp, lr, [sp, #32] // addImm(+4)
715 // ldp fp, lr, [sp, #32] // addImm(+4)
773 MRI->setPhysRegUsed(AArch64::LR);
829 assert(((OddReg == AArch64::LR && EvenReg == AArch64::FP) ||