Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp335 YamlMFI.OffsetAdjustment = MFI.getOffsetAdjustment(); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp647 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()