Home
last modified time | relevance | path

Searched refs:FrameOffset (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Dframe.h200 class FrameOffset {
206 inline static FrameOffset FromStackPointer(int offset) { in FromStackPointer()
208 return FrameOffset(offset | kFromSp); in FromStackPointer()
211 inline static FrameOffset FromFramePointer(int offset) { in FromFramePointer()
213 return FrameOffset(offset | kFromFp); in FromFramePointer()
217 explicit FrameOffset(int offset) : offset_(offset) {} in FrameOffset() function
266 FrameOffset GetFrameOffset(int spill_slot) const;
Dframe.cc59 FrameOffset FrameAccessState::GetFrameOffset(int spill_slot) const { in GetFrameOffset()
62 return FrameOffset::FromFramePointer(frame_offset); in GetFrameOffset()
66 return FrameOffset::FromStackPointer(sp_offset); in GetFrameOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.cpp64 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex() local
78 assert(FrameOffset >= 0 && MI.getOperand(OffsetOperandNum).getImm() >= 0); in eliminateFrameIndex()
79 int64_t Offset = MI.getOperand(OffsetOperandNum).getImm() + FrameOffset; in eliminateFrameIndex()
103 ImmMO.setImm(ImmMO.getImm() + uint32_t(FrameOffset)); in eliminateFrameIndex()
116 if (FrameOffset) { in eliminateFrameIndex()
123 .addImm(FrameOffset); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp137 if (Local.FrameOffset) in operator <<()
138 OS << *Local.FrameOffset << ' '; in operator <<()
/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc109 uint16_t FrameOffset; member
118 unsigned char FrameOffset : 4; member
137 unwind_info.FrameOffset = 0; in V8UnwindData()
158 unwind_info.FrameOffset = 0; in ExceptionHandlerUnwindData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp294 int64_t FrameOffset = MF.getFrameInfo().getObjectOffset(FI) + in getFrameIndexReference() local
299 return FrameOffset; in getFrameIndexReference()
302 return FrameOffset + MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h64 support::ulittle16_t FrameOffset; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp302 int64_t FrameOffset = MF.getFrameInfo().getObjectOffset(FI); in getFrameIndexReference() local
304 return FrameOffset + MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h124 Optional<int64_t> FrameOffset; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetStreamer.h195 int FrameOffset; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp1008 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd()
1093 FrameOffset = StackSize; in emitFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1099 if (Optional<int64_t> FrameOffset = in addLocalsForDie() local
1101 Local.FrameOffset = *FrameOffset; in addLocalsForDie()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1006 int FrameOffset = MI.getOperand(1).getImm(); in emitFrameAlloc() local
1010 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc()
DCodeViewDebug.cpp1177 int FrameOffset = TFI->getFrameIndexReference(*Asm->MF, VI.Slot, FrameReg); in collectVariableInfoFromMFTable() local
1182 createDefRangeMem(CVReg, FrameOffset + ExprOffset); in collectVariableInfoFromMFTable()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc249 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
255 offset = FrameOffset::FromStackPointer(from_sp); in SlotToMemOperand()
1006 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc135 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
854 FrameOffset offset = in AssembleArchInstruction()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h805 ULONG64 FrameOffset; member
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc121 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
1463 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc157 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
988 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc65 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToOperand()
1002 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc120 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
1156 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc132 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
902 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc71 FrameOffset offset = frame_access_state()->GetFrameOffset(slot_index); in SlotToOperand()
1520 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc134 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
863 FrameOffset offset = in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc147 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand()
886 FrameOffset offset = in AssembleArchInstruction()

12