Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h155 int OffsetAdjustment; variable
220 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0; in MachineFrameInfo()
407 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
411 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h201 int OffsetAdjustment = 0; variable
483 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
486 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
DMIRYamlMapping.h342 int OffsetAdjustment = 0;
363 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp460 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp262 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()