Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h187 bool AdjustsStack; variable
263 AdjustsStack = false; in MachineFrameInfo()
464 bool adjustsStack() const { return AdjustsStack; } in adjustsStack()
465 void setAdjustsStack(bool V) { AdjustsStack = V; } in setAdjustsStack()
HDMIRYamlMapping.h232 bool AdjustsStack = false;
253 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack);
/NextBSD/contrib/llvm/lib/CodeGen/
HDPrologEpilogInserter.cpp253 bool AdjustsStack = MFI->adjustsStack(); in calculateCallsInformation() local
273 AdjustsStack = true; in calculateCallsInformation()
279 AdjustsStack = true; in calculateCallsInformation()
282 MFI->setAdjustsStack(AdjustsStack); in calculateCallsInformation()
HDMIRPrinter.cpp163 YamlMFI.AdjustsStack = MFI.adjustsStack(); in convert()
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp380 MFI.setAdjustsStack(YamlMFI.AdjustsStack); in initializeFrameInfo()