/third_party/node/deps/v8/src/compiler/ |
D | frame.h | 200 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;
|
D | frame.cc | 59 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/ |
D | WebAssemblyRegisterInfo.cpp | 64 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/ |
D | DIPrinter.cpp | 137 if (Local.FrameOffset) in operator <<() 138 OS << *Local.FrameOffset << ' '; in operator <<()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | unwinding-info-win64.cc | 109 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/ |
D | SparcFrameLowering.cpp | 294 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/ |
D | Win64EH.h | 64 support::ulittle16_t FrameOffset; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.cpp | 302 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/ |
D | DIContext.h | 124 Optional<int64_t> FrameOffset; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 195 int FrameOffset; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 1008 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/ |
D | DWARFContext.cpp | 1099 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/ |
D | AsmPrinter.cpp | 1006 int FrameOffset = MI.getOperand(1).getImm(); in emitFrameAlloc() local 1010 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc()
|
D | CodeViewDebug.cpp | 1177 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/ |
D | code-generator-arm64.cc | 249 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/ |
D | code-generator-loong64.cc | 135 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 854 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 805 ULONG64 FrameOffset; member
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 121 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 1463 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 157 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 988 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 65 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToOperand() 1002 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 120 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 1156 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 132 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 902 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 71 FrameOffset offset = frame_access_state()->GetFrameOffset(slot_index); in SlotToOperand() 1520 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 134 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 863 FrameOffset offset = in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 147 FrameOffset offset = frame_access_state()->GetFrameOffset(slot); in SlotToMemOperand() 886 FrameOffset offset = in AssembleArchInstruction()
|