HomeSort by: relevance | last modified time | path
    Searched refs:hasStackFrame (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 53 /// HasStackFrame - True if this function has a stack frame. Set by
55 bool HasStackFrame = false;
65 /// FramePtrSpillOffset - If HasStackFrame, this records the frame pointer
160 bool hasStackFrame() const { return HasStackFrame; }
161 void setHasStackFrame(bool s) { HasStackFrame = s; }
ARMFrameLowering.cpp 478 if (!AFI->hasStackFrame() &&
884 if (!AFI->hasStackFrame()) {
1022 if (hasFP(MF) && AFI->hasStackFrame()) {
1668 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1931 if (AFI->hasStackFrame())
Thumb1FrameLowering.cpp 193 if (!AFI->hasStackFrame()) {
490 if (!AFI->hasStackFrame()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 63 /// HasStackFrame - True if this function has a stack frame. Set by
65 bool HasStackFrame = false;
203 bool hasStackFrame() const { return HasStackFrame; }
204 void setHasStackFrame(bool s) { HasStackFrame = s; }
AArch64FrameLowering.cpp 1184 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) {
2034 if (AFI->hasStackFrame() && !isSVE) {

Completed in 20 milliseconds