/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.cpp | 48 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/ |
D | MCDwarf.cpp | 484 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/ |
D | ArchiveWriter.cpp | 290 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/ |
D | ArchiveWriter.cpp | 297 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/ |
D | dwarf2reader.cc | 224 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 …]
|
D | bytereader.h | 190 uint8_t OffsetSize() const { return offset_size_; } in OffsetSize() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment.h | 153 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_;
|
D | buffer_assignment.cc | 235 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 771 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/ |
D | X86AsmBackend.cpp | 486 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/ |
D | es31fTextureGatherTests.cpp | 928 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/ |
D | X86AsmBackend.cpp | 816 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/ |
D | X86AsmBackend.cpp | 1253 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/ |
D | SIISelLowering.cpp | 2443 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/ |
D | AMDGPUAsmParser.cpp | 3318 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/ |
D | AMDGPUAsmParser.cpp | 3652 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/ |
D | SROA.cpp | 1429 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/ |
D | SROA.cpp | 1432 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/ |
D | dump_syms_i386_breakpad.sym | 4008 FUNC 16414 18 0 dwarf2reader::ByteReader::OffsetSize() const
|