Home
last modified time | relevance | path

Searched refs:hasStackFrame (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h115 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DAArch64FrameLowering.cpp430 if (!AFI->hasStackFrame()) { in emitPrologue()
806 if (AFI->hasStackFrame()) { in resolveFrameIndexReference()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h151 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DThumb1FrameLowering.cpp131 if (!AFI->hasStackFrame()) { in emitPrologue()
339 if (!AFI->hasStackFrame()) { in emitEpilogue()
DARMFrameLowering.cpp334 if (!AFI->hasStackFrame() && in emitPrologue()
719 if (!AFI->hasStackFrame()) { in emitEpilogue()
845 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
1401 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
1621 if (AFI->hasStackFrame()) in determineCalleeSaves()
/external/llvm-project/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h160 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DARMFrameLowering.cpp383 if (!AFI->hasStackFrame() && in emitPrologue()
789 if (!AFI->hasStackFrame()) { in emitEpilogue()
927 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
1573 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
1836 if (AFI->hasStackFrame()) in determineCalleeSaves()
DThumb1FrameLowering.cpp193 if (!AFI->hasStackFrame()) { in emitPrologue()
490 if (!AFI->hasStackFrame()) { in emitEpilogue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h156 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DARMFrameLowering.cpp402 if (!AFI->hasStackFrame() && in emitPrologue()
794 if (!AFI->hasStackFrame()) { in emitEpilogue()
923 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
1558 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
1808 if (AFI->hasStackFrame()) in determineCalleeSaves()
DThumb1FrameLowering.cpp191 if (!AFI->hasStackFrame()) { in emitPrologue()
488 if (!AFI->hasStackFrame()) { in emitEpilogue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h158 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DAArch64FrameLowering.cpp922 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
1735 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h184 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DAArch64FrameLowering.cpp1096 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
1885 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()