Searched refs:hasStackFrame (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h115 bool hasStackFrame() const { return HasStackFrame; } function in class:llvm::AArch64FunctionInfo
H A DAArch64FrameLowering.cpp430 if (!AFI->hasStackFrame()) {
806 if (AFI->hasStackFrame()) {
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h151 bool hasStackFrame() const { return HasStackFrame; } function in class:llvm::ARMFunctionInfo
H A DThumb1FrameLowering.cpp131 if (!AFI->hasStackFrame()) {
339 if (!AFI->hasStackFrame()) {
H A DARMFrameLowering.cpp334 if (!AFI->hasStackFrame() &&
719 if (!AFI->hasStackFrame()) {
845 if (hasFP(MF) && AFI->hasStackFrame()) {
1401 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1621 if (AFI->hasStackFrame())
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMMachineFunctionInfo.h128 bool hasStackFrame() const { return HasStackFrame; } function in class:llvm::ARMFunctionInfo
H A DThumb1FrameLowering.cpp77 if (!AFI->hasStackFrame()) {
220 if (!AFI->hasStackFrame()) {
H A DARMFrameLowering.cpp153 if (!AFI->hasStackFrame()) {
339 if (!AFI->hasStackFrame()) {
500 if (hasFP(MF) && AFI->hasStackFrame()) {
836 if (TFI->hasFP(MF) && AFI->hasStackFrame())
997 (estimateStackSize(MF) + ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=

Completed in 2790 milliseconds