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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 166 /// AdjustsStack - Set to true if this function adjusts the stack -- e.g.,
169 bool AdjustsStack;
224 AdjustsStack = false;
423 /// AdjustsStack - Return true if this function adjusts the stack -- e.g.,
426 bool adjustsStack() const { return AdjustsStack; }
427 void setAdjustsStack(bool V) { AdjustsStack = V; }
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 215 bool AdjustsStack = false;
498 bool adjustsStack() const { return AdjustsStack; }
499 void setAdjustsStack(bool V) { AdjustsStack = V; }
MIRYamlMapping.h 344 bool AdjustsStack = false;
365 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFrameInfo.cpp 159 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
168 if (adjustsStack() || hasVarSizedObjects() ||
197 AdjustsStack = true;
202 AdjustsStack = true;
PrologEpilogInserter.cpp 181 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
204 // must be called before this function in order to set the AdjustsStack
242 /// Calculate the MaxCallFrameSize and AdjustsStack
251 bool AdjustsStack = MFI.adjustsStack();
268 AdjustsStack = true;
274 AdjustsStack = true;
279 MFI.adjustsStack() == AdjustsStack));
280 MFI.setAdjustsStack(AdjustsStack);
    [all...]
MIRPrinter.cpp 326 YamlMFI.AdjustsStack = MFI.adjustsStack();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 252 bool AdjustsStack = false;
549 bool adjustsStack() const { return AdjustsStack; }
550 void setAdjustsStack(bool V) { AdjustsStack = V; }
581 /// Computes the maximum size of a callframe and the AdjustsStack property.
MIRYamlMapping.h 423 bool AdjustsStack = false;
443 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
463 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack, false);
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 180 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
203 // must be called before this function in order to set the AdjustsStack
239 /// Calculate the MaxCallFrameSize and AdjustsStack
248 bool AdjustsStack = MFI->adjustsStack();
268 AdjustsStack = true;
274 AdjustsStack = true;
277 MFI->setAdjustsStack(AdjustsStack);
    [all...]
MIRPrinter.cpp 264 YamlMFI.AdjustsStack = MFI.adjustsStack();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 77 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
112 // must be called before this function in order to set the AdjustsStack
146 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
156 bool AdjustsStack = MFI->adjustsStack();
176 AdjustsStack = true;
182 AdjustsStack = true;
185 MFI->setAdjustsStack(AdjustsStack);
660 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
669 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() |
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 463 MFI.setAdjustsStack(YamlMFI.AdjustsStack);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 579 MFI.setAdjustsStack(YamlMFI.AdjustsStack);
    [all...]

Completed in 311 milliseconds