HomeSort by: relevance | last modified time | path
    Searched refs:getArgumentStackToRestore (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 184 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; }
AArch64FrameLowering.cpp 202 static int64_t getArgumentStackToRestore(MachineFunction &MF,
227 ArgumentPopSize = AFI->getArgumentStackToRestore();
263 if (Exit && getArgumentStackToRestore(MF, *Exit))
1680 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB);

Completed in 25 milliseconds