Home
last modified time | relevance | path

Searched refs:AdjustsStack (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h268 bool AdjustsStack = false; variable
578 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
579 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
DMIRYamlMapping.h495 bool AdjustsStack = false;
516 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
538 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack, false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp203 AdjustsStack = true; in computeMaxCallFrameSize()
208 AdjustsStack = true; in computeMaxCallFrameSize()
DPrologEpilogInserter.cpp304 bool AdjustsStack = MFI.adjustsStack(); in calculateCallFrameInfo() local
321 AdjustsStack = true; in calculateCallFrameInfo()
327 AdjustsStack = true; in calculateCallFrameInfo()
332 MFI.adjustsStack() == AdjustsStack)); in calculateCallFrameInfo()
333 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
DMIRPrinter.cpp337 YamlMFI.AdjustsStack = MFI.adjustsStack(); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp650 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()