HomeSort by relevance Sort by last modified time
    Searched refs:getCalleeSavedStackSize (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 135 unsigned getCalleeSavedStackSize() const { return CalleeSavedStackSize; }
AArch64FrameLowering.cpp 458 auto CSStackSize = AFI->getCalleeSavedStackSize();
711 auto CSStackSize = AFI->getCalleeSavedStackSize();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 140 unsigned getCalleeSavedStackSize() const { return CalleeSavedStackSize; }
AArch64FrameLowering.cpp 610 auto PrologueSaveSize = AFI->getCalleeSavedStackSize() + FixedObject;
638 int FPOffset = AFI->getCalleeSavedStackSize() - 16;
    [all...]

Completed in 96 milliseconds