HomeSort by relevance Sort by last modified time
    Searched defs:AdjustsStack (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 347 bool AdjustsStack = false;
368 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack);
MachineFrameInfo.h 197 bool AdjustsStack;
273 AdjustsStack = false;
477 bool adjustsStack() const { return AdjustsStack; }
478 void setAdjustsStack(bool V) { AdjustsStack = V; }
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 176 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
206 // must be called before this function in order to set the AdjustsStack
239 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
248 bool AdjustsStack = MFI->adjustsStack();
268 AdjustsStack = true;
274 AdjustsStack = true;
277 MFI->setAdjustsStack(AdjustsStack);
742 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
751 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() |
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 191 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
221 // must be called before this function in order to set the AdjustsStack
255 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
264 bool AdjustsStack = MFI->adjustsStack();
284 AdjustsStack = true;
290 AdjustsStack = true;
293 MFI->setAdjustsStack(AdjustsStack);
758 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
767 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() |
    [all...]

Completed in 64 milliseconds