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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; }
AArch64FrameLowering.cpp 434 AFI->setLocalStackSize(NumBytes);
460 AFI->setLocalStackSize(NumBytes - CSStackSize);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 136 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; }
AArch64FrameLowering.cpp 581 AFI->setLocalStackSize(NumBytes);
612 AFI->setLocalStackSize(NumBytes - PrologueSaveSize);
    [all...]

Completed in 125 milliseconds