Home
last modified time | relevance | path

Searched refs:OffsetAdjustment (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h421 int OffsetAdjustment = 0;
441 OffsetAdjustment == Other.OffsetAdjustment &&
461 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
DMachineFrameInfo.h238 int OffsetAdjustment = 0; variable
534 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
537 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp324 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp460 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp576 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp262 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()