Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/summaries/cocoa/
DNSURL.py59 def offset_base(self): member in NSURLKnown_SummaryProvider
68 "base", self.offset_base(), self.sys_params.types_cache.NSURL)
/external/tensorflow/tensorflow/core/kernels/
Dfused_eigen_output_kernels.h275 const T* offset_base = offset_data + i;
280 typename TTypes<T>::UnalignedConstTensor offset(offset_base, num_rows);
318 const T* offset_base = offset_data + i;
323 typename TTypes<T>::UnalignedConstTensor offset(offset_base, num_rows);
/external/llvm-project/mlir/include/mlir/IR/
DBlockSupport.h67 static BlockOperand *offset_base(BlockOperand *object, ptrdiff_t index) { in offset_base() function
111 static OwnerT offset_base(OwnerT object, ptrdiff_t index);
DTypeRange.h70 static OwnerT offset_base(OwnerT object, ptrdiff_t index);
DOperationSupport.h687 static OpOperand *offset_base(OpOperand *object, ptrdiff_t index) { in offset_base() function
854 static OwnerT offset_base(const OwnerT &owner, ptrdiff_t index);
DRegion.h313 static OwnerT offset_base(const OwnerT &owner, ptrdiff_t index);
/external/llvm-project/mlir/lib/IR/
DTypeRange.cpp39 TypeRange::OwnerT TypeRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in TypeRange
DRegion.cpp274 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base() function in RegionRange
DBlock.cpp331 BlockRange::OwnerT BlockRange::offset_base(OwnerT object, ptrdiff_t index) { in offset_base() function in BlockRange
DOperationSupport.cpp530 ValueRange::OwnerT ValueRange::offset_base(const OwnerT &owner, in offset_base() function in ValueRange
/external/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c371 uint64_t *offset_base) in create_entry_key_from_deref() argument
390 *offset_base = 0; in create_entry_key_from_deref()
413 *offset_base += offset * stride; in create_entry_key_from_deref()
424 *offset_base += offset; in create_entry_key_from_deref()
/external/llvm-project/llvm/include/llvm/ADT/
DSTLExtras.h1108 : base(offset_base(begin.getBase(), begin.getIndex())),
1149 return DerivedT(offset_base(base, n), m);
1187 static BaseT offset_base(const BaseT &base, size_t n) {
1188 return n == 0 ? base : DerivedT::offset_base(base, n);
1233 offset_base(const std::pair<BaseT, ptrdiff_t> &base, ptrdiff_t index) {
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h358 static const Type *offset_base(const Type *object, ptrdiff_t index) { in offset_base() function
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp704 uint64_t offset_base = offset_text + ptr_size; in NSURLSummaryProvider() local
707 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3372 const int64_t offset_base = in ElementAddressForIntIndex() local
3375 offset_base + static_cast<int64_t>(index) * index_scale; in ElementAddressForIntIndex()
3381 ASSERT(Address::CanHoldImmediateOffset(is_load, cid, offset - offset_base)); in ElementAddressForIntIndex()
3382 AddImmediate(temp, array, static_cast<int32_t>(offset_base)); in ElementAddressForIntIndex()
3383 return Address(temp, static_cast<int32_t>(offset - offset_base)); in ElementAddressForIntIndex()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h2367 u8 *offset_base; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c555 uint32_t offset_base, in r3d_src_common() argument
571 *(uint64_t*) (texture.map + 4) += offset_base; in r3d_src_common()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc11810 uint64_t offset_base = CPU::SetPointerTag(UINT64_C(0), tags[o]); in TEST() local
11823 __ Mov(x10, offset_base + data_length); in TEST()
11831 __ Mov(x10, offset_base + data_length); in TEST()
11839 __ Mov(x10, offset_base + data_length); in TEST()
11847 __ Mov(x10, offset_base + data_length); in TEST()
11855 __ Mov(x10, offset_base + data_length); in TEST()
11863 __ Mov(x10, offset_base + data_length); in TEST()
11871 __ Mov(x10, offset_base + data_length); in TEST()
11879 __ Mov(x10, offset_base + data_length); in TEST()
11897 ASSERT_EQUAL_64(offset_base + data_length - 1, x10); in TEST()
Dtest-trace-aarch64.cc3065 uint64_t offset_base = simulator.ReadRegister<uint64_t>(0); in TraceTestHelper() local
3068 VIXL_CHECK(index_base >= offset_base); in TraceTestHelper()
3069 VIXL_CHECK((index_base - offset_base) <= kScratchSize); in TraceTestHelper()