Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h182 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DThumb1FrameLowering.cpp188 if (!AFI->hasStackFrame()) { in emitPrologue()
489 if (!AFI->hasStackFrame()) { in emitEpilogue()
H A DARMFrameLowering.cpp928 if (!AFI->hasStackFrame() && in emitPrologue()
1428 if (!AFI->hasStackFrame()) { in emitEpilogue()
1604 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference()
2394 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit()
2717 if (AFI->hasStackFrame()) in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h315 bool hasStackFrame() const { return HasStackFrame; } in hasStackFrame() function
H A DAArch64FrameLowering.cpp1992 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2971 if (AFI->hasStackFrame() && !isSVE) { in resolveFrameOffsetReference()
4727 if (AFI->hasStackFrame() && TRI.getSpillSize(AArch64::PPRRegClass) == 16) { in processFunctionBeforeFrameFinalized()