Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h169 bool AdjustsStack; variable
224 AdjustsStack = false; in MachineFrameInfo()
426 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
427 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h215 bool AdjustsStack = false; variable
498 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
499 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
DMIRYamlMapping.h344 bool AdjustsStack = false;
365 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h423 bool AdjustsStack = false;
443 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
463 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack, false);
DMachineFrameInfo.h252 bool AdjustsStack = false; variable
549 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
550 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp197 AdjustsStack = true; in computeMaxCallFrameSize()
202 AdjustsStack = true; in computeMaxCallFrameSize()
DPrologEpilogInserter.cpp251 bool AdjustsStack = MFI.adjustsStack(); in calculateCallFrameInfo() local
268 AdjustsStack = true; in calculateCallFrameInfo()
274 AdjustsStack = true; in calculateCallFrameInfo()
279 MFI.adjustsStack() == AdjustsStack)); in calculateCallFrameInfo()
280 MFI.setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
DMIRPrinter.cpp326 YamlMFI.AdjustsStack = MFI.adjustsStack(); in convert()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp156 bool AdjustsStack = MFI->adjustsStack(); in calculateCallsInformation() local
176 AdjustsStack = true; in calculateCallsInformation()
182 AdjustsStack = true; in calculateCallsInformation()
185 MFI->setAdjustsStack(AdjustsStack); in calculateCallsInformation()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp248 bool AdjustsStack = MFI->adjustsStack(); in calculateCallFrameInfo() local
268 AdjustsStack = true; in calculateCallFrameInfo()
274 AdjustsStack = true; in calculateCallFrameInfo()
277 MFI->setAdjustsStack(AdjustsStack); in calculateCallFrameInfo()
DMIRPrinter.cpp264 YamlMFI.AdjustsStack = MFI.adjustsStack(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp463 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp579 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()