Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp610 auto PrologueSaveSize = AFI->getCalleeSavedStackSize() + FixedObject; in emitPrologue()
638 int FPOffset = AFI->getCalleeSavedStackSize() - 16; in emitPrologue()
907 auto PrologueSaveSize = AFI->getCalleeSavedStackSize() + FixedObject; in emitEpilogue()
988 -AFI->getCalleeSavedStackSize() + 16, TII, in emitEpilogue()
1042 -((int)AFI->getCalleeSavedStackSize()); in resolveFrameIndexReference()
1174 int Offset = AFI->getCalleeSavedStackSize(); in computeCalleeSaveRegisterPairs()
1222 if (Count * 8 != AFI->getCalleeSavedStackSize() && !RPI.isPaired()) { in computeCalleeSaveRegisterPairs()
DAArch64MachineFunctionInfo.h140 unsigned getCalleeSavedStackSize() const { return CalleeSavedStackSize; } in getCalleeSavedStackSize() function
/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()