Home
last modified time | relevance | path

Searched refs:OffsetSize (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp48 const unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(NewSet.Format); in extract() local
51 NewSet.Offset = SetData.getRelocatedValue(C, OffsetSize); in extract()
52 NewSet.Size = SetData.getUnsigned(C, OffsetSize); in extract()
66 uint64_t DieRef = SetData.getUnsigned(C, OffsetSize); in extract()
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize)); in extract()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp484 unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(context.getDwarfFormat()); in Emit() local
495 OffsetSize); in Emit()
519 (PreHeaderLengthBytes + OffsetSize)), in Emit()
520 OffsetSize); in Emit()
887 unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges() local
891 int Length = UnitLengthBytes + 2 + OffsetSize + 1 + 1; in EmitGenDwarfAranges()
914 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize); in EmitGenDwarfAranges()
920 MCOS->emitSymbolValue(InfoSectionSymbol, OffsetSize, in EmitGenDwarfAranges()
923 MCOS->emitIntValue(0, OffsetSize); in EmitGenDwarfAranges()
974 unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo() local
[all …]
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp290 uint64_t NumSyms, uint64_t OffsetSize, in computeSymbolTableSize() argument
293 assert((OffsetSize == 4 || OffsetSize == 8) && "Unsupported OffsetSize"); in computeSymbolTableSize()
294 uint64_t Size = OffsetSize; // Number of entries in computeSymbolTableSize()
296 Size += NumSyms * OffsetSize * 2; // Table in computeSymbolTableSize()
298 Size += NumSyms * OffsetSize; // Table in computeSymbolTableSize()
300 Size += OffsetSize; // byte count in computeSymbolTableSize()
337 uint64_t OffsetSize = is64BitKind(Kind) ? 8 : 4; in writeSymbolTable() local
339 uint64_t Size = computeSymbolTableSize(Kind, NumSyms, OffsetSize, StringTable, &Pad); in writeSymbolTable()
345 printNBits(Out, Kind, NumSyms * 2 * OffsetSize); in writeSymbolTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp297 unsigned OffsetSize = is64BitKind(Kind) ? sizeof(uint64_t) : sizeof(uint32_t); in writeSymbolTable() local
299 Size += OffsetSize; // Number of entries in writeSymbolTable()
301 Size += NumSyms * OffsetSize * 2; // Table in writeSymbolTable()
303 Size += NumSyms * OffsetSize; // Table in writeSymbolTable()
305 Size += OffsetSize; // byte count in writeSymbolTable()
327 printNBits(Out, Kind, NumSyms * 2 * OffsetSize); in writeSymbolTable()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc224 return start + reader_->OffsetSize(); in SkipAttribute()
241 return start + reader_->OffsetSize(); in SkipAttribute()
266 assert(headerptr + reader_->OffsetSize() < buffer_ + buffer_length_); in ReadHeader()
268 headerptr += reader_->OffsetSize(); in ReadHeader()
306 if (reader_->OffsetSize() == 8) in Start()
314 reader_->OffsetSize(), in Start()
419 return start + reader_->OffsetSize(); in ProcessAttribute()
458 return start + reader_->OffsetSize(); in ProcessAttribute()
499 return start + reader_->OffsetSize(); in ProcessAttribute()
505 str_offsets_buffer_ + str_index * reader_->OffsetSize(); in ProcessAttribute()
[all …]
Dbytereader.h190 uint8_t OffsetSize() const { return offset_size_; } in OffsetSize() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h153 struct OffsetSize { struct
160 const absl::flat_hash_map<const HloValue*, OffsetSize>& assigned_buffers() in assigned_buffers() argument
340 absl::flat_hash_map<const HloValue*, OffsetSize> assigned_buffers_;
Dbuffer_assignment.cc235 const OffsetSize os = FindOrDie(assigned_buffers_, &buffer); in GetSlice()
255 OffsetSize offset_size; in AddAssignment()
374 const OffsetSize& offset_size = FindOrDie(assigned_buffers_, buffer); in ToString()
821 std::vector<std::pair<const HloValue*, BufferAllocation::OffsetSize>> buffers; in BufferInfoString()
827 [](const std::pair<const HloValue*, BufferAllocation::OffsetSize>& b1, in BufferInfoString()
828 const std::pair<const HloValue*, BufferAllocation::OffsetSize>& b2) { in BufferInfoString()
833 const BufferAllocation::OffsetSize& offset_size = buffer_pair.second; in BufferInfoString()
1512 const BufferAllocation::OffsetSize& offset_size = pair.second; in ComputePeakMemoryLogicalBuffers()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp771 enum OffsetSize enum
804 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5()
1004 OffsetSize offsetSize;
1020 const OffsetSize offsetSize_, in GatherCaseBaseParams()
1066 IVec2 getOffsetRange (const OffsetSize offsetSize, const vk::VkPhysicalDeviceLimits& deviceLimits) in getOffsetRange()
1087 IVec2 getOffsetRange (const OffsetSize offsetSize) in getOffsetRange()
1545 OffsetSize offsetSize, in genFragmentShaderSource()
1623 OffsetSize offsetSize, in genGatherFuncCall()
1936 const OffsetSize offsetSize,
1963 const OffsetSize offsetSize, in TextureGather2DCase()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp486 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon38e13db80211::DarwinX86AsmBackend
599 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
791 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp928 enum OffsetSize enum
965 OffsetSize offsetSize,
999 const OffsetSize m_offsetSize;
1041 OffsetSize offsetSize, in TextureGatherCase()
1651 OffsetSize offsetSize, in TextureGather2DCase()
1741 OffsetSize offsetSize, in TextureGather2DArrayCase()
2013 OffsetSize offsetSize, in makeTextureGatherCase()
2124 const OffsetSize offsetSize = (OffsetSize)offsetSizeI; in init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp816 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon03a6bdda0211::DarwinX86AsmBackend
931 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
1112 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1253 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anona97f71e60411::DarwinX86AsmBackend
1396 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
1498 StackAdjust += OffsetSize; in generateCompactUnwindEncoding()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2443 static bool canFoldOffset(unsigned OffsetSize, unsigned AS, in canFoldOffset() argument
2448 return isUInt<12>(OffsetSize); in canFoldOffset()
2454 return isUInt<20>(OffsetSize); in canFoldOffset()
2456 return (OffsetSize % 4 == 0) && isUInt<8>(OffsetSize / 4); in canFoldOffset()
2461 return isUInt<16>(OffsetSize); in canFoldOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3318 unsigned OffsetSize = isGFX9() ? 13 : 12; in validateFlatOffset() local
3320 if (!isIntN(OffsetSize, Op.getImm())) { in validateFlatOffset()
3327 if (!isUIntN(OffsetSize - 1, Op.getImm())) { in validateFlatOffset()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3652 unsigned OffsetSize = isGFX9() ? 13 : 12; in validateFlatOffset() local
3654 if (!isIntN(OffsetSize, Op.getImm())) { in validateFlatOffset()
3661 if (!isUIntN(OffsetSize - 1, Op.getImm())) { in validateFlatOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1429 unsigned OffsetSize = DL.getIndexTypeSizeInBits(BasePtr->getType()); in getNaturalGEPWithType() local
1441 Indices.push_back(IRB.getIntN(OffsetSize, 0)); in getNaturalGEPWithType()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp1432 unsigned OffsetSize = DL.getIndexTypeSizeInBits(BasePtr->getType()); in getNaturalGEPWithType() local
1444 Indices.push_back(IRB.getIntN(OffsetSize, 0)); in getNaturalGEPWithType()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym4008 FUNC 16414 18 0 dwarf2reader::ByteReader::OffsetSize() const