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/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-16.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h185 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DARMFrameLowering.cpp745 if (!AFI->hasStackFrame() && in emitPrologue()
1276 if (!AFI->hasStackFrame()) { in emitEpilogue()
1447 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
2116 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
2414 if (AFI->hasStackFrame()) in determineCalleeSaves()
DThumb1FrameLowering.cpp193 if (!AFI->hasStackFrame()) { in emitPrologue()
518 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h233 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
DAArch64FrameLowering.cpp1486 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2315 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()