reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FrameLowering.cpp
  902   if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) {
  907     AFI->setLocalStackSize(NumBytes);
  908     if (!NumBytes)
  917                       {-NumBytes, MVT::i8}, TII, MachineInstr::FrameSetup,
  924             MCCFIInstruction::createDefCfaOffset(FrameLabel, -NumBytes));
  949   AFI->setLocalStackSize(NumBytes - PrologueSaveSize);
  950   bool CombineSPBump = shouldCombineCSRLocalStackBump(MF, NumBytes);
  954                     {-NumBytes, MVT::i8}, TII, MachineInstr::FrameSetup, false,
  956     NumBytes = 0;
  960     NumBytes -= PrologueSaveSize;
  962   assert(NumBytes >= 0 && "Negative stack allocation size!?");
 1016   if (windowsRequiresStackProbe(MF, NumBytes)) {
 1017     uint32_t NumWords = NumBytes >> 4;
 1025       if (NumBytes >= (1 << 28))
 1104           .addImm(NumBytes)
 1107     NumBytes = 0;
 1114   if (NumBytes) {
 1129                       {-NumBytes, MVT::i8}, TII, MachineInstr::FrameSetup,
 1156             .addImm(NumBytes & andMaskEncoded)