Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h185 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DARMFrameLowering.cpp773 if (!AFI->hasStackFrame() && in emitPrologue()
1304 if (!AFI->hasStackFrame()) { in emitEpilogue()
1475 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
2144 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
2442 if (AFI->hasStackFrame()) in determineCalleeSaves()
H A DThumb1FrameLowering.cpp193 if (!AFI->hasStackFrame()) { in emitPrologue()
518 if (!AFI->hasStackFrame()) { in emitEpilogue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h233 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DAArch64FrameLowering.cpp1487 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2316 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()