Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h160 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DARMFrameLowering.cpp478 if (!AFI->hasStackFrame() && in emitPrologue()
884 if (!AFI->hasStackFrame()) { in emitEpilogue()
1022 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
1668 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
1931 if (AFI->hasStackFrame()) in determineCalleeSaves()
H A DThumb1FrameLowering.cpp193 if (!AFI->hasStackFrame()) { in emitPrologue()
490 if (!AFI->hasStackFrame()) { in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h203 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DAArch64FrameLowering.cpp1184 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2034 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()