Home
last modified time | relevance | path

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

/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-project/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h254 int OffsetAdjustment = 0; variable
571 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
574 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
DMIRYamlMapping.h556 int OffsetAdjustment = 0;
577 OffsetAdjustment == Other.OffsetAdjustment &&
599 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h254 int OffsetAdjustment = 0; variable
559 int getOffsetAdjustment() const { return OffsetAdjustment; } in getOffsetAdjustment()
562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment()
DMIRYamlMapping.h493 int OffsetAdjustment = 0;
514 OffsetAdjustment == Other.OffsetAdjustment &&
536 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment, (int)0);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h169 int OffsetAdjustment = 0; member
DCodeViewDebug.cpp1344 CurFn->OffsetAdjustment = MFI.getOffsetAdjustment(); in beginFunctionImpl()
2650 Offset += FI.OffsetAdjustment; in emitLocalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h169 int OffsetAdjustment = 0; member
DCodeViewDebug.cpp1359 CurFn->OffsetAdjustment = MFI.getOffsetAdjustment(); in beginFunctionImpl()
2680 Offset += FI.OffsetAdjustment; in emitLocalVariable()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp460 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp335 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp262 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp647 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/external/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp343 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp692 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()