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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 206 bool isStackRealigned() const { return StackRealigned; }
AArch64FrameLowering.cpp 1847 if (AFI->isStackRealigned()) {
1912 if (!IsFunclet && (MFI.hasVarSizedObjects() || AFI->isStackRealigned())) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 392 bool IsStackRealigned = false;
800 bool isStackRealigned() const {
801 return IsStackRealigned;
805 IsStackRealigned = Realigned;
AMDGPUAsmPrinter.cpp 750 if (MFI->isStackRealigned())
SIFrameLowering.cpp 978 uint32_t RoundedSize = FuncInfo->isStackRealigned()

Completed in 31 milliseconds