Home
last modified time | relevance | path

Searched refs:Extents (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h88 atomic_fetch_add(Buffer.Extents, sizeof(T), memory_order_acq_rel);
118 atomic_fetch_add(Buffer.Extents, Size, memory_order_acq_rel);
162 atomic_fetch_add(Buffer.Extents, sizeof(R) + sizeof(A),
187 atomic_fetch_add(Buffer.Extents, sizeof(R) + EventSize,
210 atomic_fetch_add(Buffer.Extents, EventSize, memory_order_acq_rel);
218 atomic_store(Buffer.Extents, 0, memory_order_release);
224 atomic_fetch_sub(Buffer.Extents, B, memory_order_acq_rel);
H A Dxray_buffer_queue.cpp61 atomic_uint64_t Extents; member
126 Buf.Extents = &E->Extents; in init()
127 atomic_store(Buf.Extents, 0, memory_order_release); in init()
212 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire), in releaseBuffer()
H A Dxray_fdr_controller.h66 atomic_store(B.Extents, 0, memory_order_release); in getNewBuffer()
125 atomic_store(B.Extents, 0, memory_order_release); in prepareBuffer()
H A Dxray_buffer_queue.h55 atomic_uint64_t *Extents = nullptr; member
H A Dxray_fdr_logging.cpp250 auto BufferSize = atomic_load(It->Extents, memory_order_acquire); in fdrIterator()
363 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire); in fdrLoggingFlush()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan16 template<class IndexType, size_t... Extents>
41 template<class ElementType, class Extents, class LayoutPolicy = layout_right,
96 template<class Extents>
99 using extents_type = Extents;
150 template<class Extents>
153 using extents_type = Extents;
204 template<class Extents>
207 using extents_type = Extents;
311 template<class ElementType, class Extents, class LayoutPolicy = layout_right,
315 using extents_type = Extents;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1139 const auto Extents = getMemoryExtentsOrDie(VT); in handleLoad() local
1141 NsanGetShadowPtrForLoad[Extents.ValueType], in handleLoad()
1142 {Load.getPointerOperand(), ConstantInt::get(IntptrTy, Extents.NumElts)}); in handleLoad()
1804 const auto Extents = getMemoryExtentsOrDie(VT); in propagateFTStore() local
1806 NsanGetShadowPtrForStore[Extents.ValueType], in propagateFTStore()
1807 {Store.getPointerOperand(), ConstantInt::get(IntptrTy, Extents.NumElts)}); in propagateFTStore()
1926 const MemoryExtents Extents = getMemoryExtentsOrDie(BitcastTy); in propagateNonFTStore() local
1928 NsanGetShadowPtrForStore[Extents.ValueType], in propagateNonFTStore()
1929 {PtrOp, ConstantInt::get(IntptrTy, Extents.NumElts)}); in propagateNonFTStore()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1773 SmallVector<uint64_t, 2> Extents; in getConstantArrayExtents() local
1775 Extents.push_back(CAT->getZExtSize()); in getConstantArrayExtents()
1777 return Extents; in getConstantArrayExtents()
1916 SmallVector<uint64_t, 2> Extents = getConstantArrayExtents(CAT); in getConstantValFromConstArrayInitializer() local
1924 if (SValOffsets.size() != Extents.size()) in getConstantValFromConstArrayInitializer()
1929 SValOffsets, Extents, ConcreteOffsets)) in getConstantValFromConstArrayInitializer()