Home
last modified time | relevance | path

Searched refs:getCalleeSavedStackSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h135 unsigned getCalleeSavedStackSize() const { return CalleeSavedStackSize; } in getCalleeSavedStackSize() function
DAArch64FrameLowering.cpp458 auto CSStackSize = AFI->getCalleeSavedStackSize(); in emitPrologue()
711 auto CSStackSize = AFI->getCalleeSavedStackSize(); in emitEpilogue()
901 unsigned Offset = AFI->getCalleeSavedStackSize(); in computeCalleeSaveRegisterPairs()
940 if (Count * 8 != AFI->getCalleeSavedStackSize() && !RPI.isPaired()) { in computeCalleeSaveRegisterPairs()