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>
37 template<class ElementType, class Extents, class LayoutPolicy = layout_right,
92 template<class Extents>
95 using extents_type = Extents;
146 template<class Extents>
149 using extents_type = Extents;
200 template<class Extents>
203 using extents_type = Extents;
275 template<class ElementType, class Extents, class LayoutPolicy = layout_right,
279 using extents_type = Extents;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1085 const auto Extents = getMemoryExtentsOrDie(VT); in handleLoad() local
1087 NsanGetShadowPtrForLoad[Extents.ValueType], in handleLoad()
1088 {Load.getPointerOperand(), ConstantInt::get(IntptrTy, Extents.NumElts)}); in handleLoad()
1747 const auto Extents = getMemoryExtentsOrDie(VT); in propagateFTStore() local
1749 NsanGetShadowPtrForStore[Extents.ValueType], in propagateFTStore()
1750 {Store.getPointerOperand(), ConstantInt::get(IntptrTy, Extents.NumElts)}); in propagateFTStore()
1869 const MemoryExtents Extents = getMemoryExtentsOrDie(BitcastTy); in propagateNonFTStore() local
1871 NsanGetShadowPtrForStore[Extents.ValueType], in propagateNonFTStore()
1872 {PtrOp, ConstantInt::get(IntptrTy, Extents.NumElts)}); in propagateNonFTStore()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1614 SmallVector<uint64_t, 2> Extents; in getConstantArrayExtents() local
1616 Extents.push_back(CAT->getZExtSize()); in getConstantArrayExtents()
1618 return Extents; in getConstantArrayExtents()
1757 SmallVector<uint64_t, 2> Extents = getConstantArrayExtents(CAT); in getConstantValFromConstArrayInitializer() local
1765 if (SValOffsets.size() != Extents.size()) in getConstantValFromConstArrayInitializer()
1770 SValOffsets, Extents, ConcreteOffsets)) in getConstantValFromConstArrayInitializer()