Home
last modified time | relevance | path

Searched refs:Buffers (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h82 BufferRep *Buffers = nullptr;
90 } while (Offset != Max && !Buffers[Offset].Used);
100 T &operator*() const { return Buffers[Offset].Buff; }
102 T *operator->() const { return &(Buffers[Offset].Buff); }
105 : Buffers(Root), in Iterator()
110 while (Offset != Max && !Buffers[Offset].Used) { in Iterator()
125 return L.Buffers == R.Buffers && L.Offset == R.Offset;
150 BufferRep *Buffers; variable
265 iterator begin() const { return iterator(Buffers, 0, BufferCount); } in begin()
267 return const_iterator(Buffers, 0, BufferCount); in cbegin()
[all …]
H A Dxray_buffer_queue.cpp105 Buffers = initArray<BufferRep>(BufferCount); in init()
106 if (Buffers == nullptr) in init()
122 auto &T = Buffers[i]; in init()
137 Next = Buffers; in init()
138 First = Buffers; in init()
153 Buffers(nullptr),
154 Next(Buffers),
155 First(Buffers),
171 if (Next == (Buffers + BufferCount)) in getBuffer()
172 Next = Buffers; in getBuffer()
[all …]
H A Dxray_profile_collector.cpp61 FunctionCallTrie::Allocators::Buffers Buffers; member
107 FunctionCallTrie::Allocators::Buffers &&B, in post()
119 B.~Buffers(); in post()
138 B.~Buffers(); in post()
317 TD.BQ->releaseBuffer(TD.Buffers.NodeBuffer); in reset()
318 TD.BQ->releaseBuffer(TD.Buffers.RootsBuffer); in reset()
319 TD.BQ->releaseBuffer(TD.Buffers.ShadowStackBuffer); in reset()
320 TD.BQ->releaseBuffer(TD.Buffers.NodeIdPairBuffer); in reset()
H A Dxray_profile_collector.h41 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
H A Dxray_function_call_trie.h160 struct Buffers { struct
167 explicit Allocators(Buffers &B) XRAY_NEVER_INSTRUMENT { in Allocators()
312 InitAllocatorsFromBuffers(Allocators::Buffers &Bufs) XRAY_NEVER_INSTRUMENT { in InitAllocatorsFromBuffers()
H A Dxray_profiling.cpp54 thread_local FunctionCallTrie::Allocators::Buffers ThreadBuffers;
191 ThreadBuffers = FunctionCallTrie::Allocators::Buffers{}; in postCurrentThreadFCT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h85 std::vector<SrcBuffer> Buffers; variable
93 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); } in isValidBufferID()
122 return Buffers[i - 1]; in getBufferInfo()
127 return Buffers[i - 1].Buffer.get(); in getMemoryBuffer()
130 unsigned getNumBuffers() const { return Buffers.size(); } in getNumBuffers()
139 return Buffers[i - 1].IncludeLoc; in getParentIncludeLoc()
149 Buffers.push_back(std::move(NB)); in AddNewSourceBuffer()
150 return Buffers.size(); in AddNewSourceBuffer()
159 if (SrcMgr.Buffers.empty())
163 std::move(SrcMgr.Buffers.begin(), SrcMgr.Buffers.end(),
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h65 APIIgnoresList(SymbolNameList SymbolsToIgnore, BufferList Buffers) in APIIgnoresList()
67 Buffers(std::move(Buffers)) {} in APIIgnoresList()
70 BufferList Buffers; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp75 ArrayRef<unsigned> Buffers) { in onReservedBuffers() argument
76 for (const unsigned Buffer : Buffers) { in onReservedBuffers()
84 ArrayRef<unsigned> Buffers) { in onReleasedBuffers() argument
85 for (const unsigned Buffer : Buffers) { in onReleasedBuffers()
H A DSchedulerStatistics.h83 llvm::ArrayRef<unsigned> Buffers) override;
88 llvm::ArrayRef<unsigned> Buffers) override;
H A DTimelineView.h173 llvm::ArrayRef<unsigned> Buffers) override;
H A DTimelineView.cpp42 ArrayRef<unsigned> Buffers) { in onReservedBuffers() argument
48 for (const unsigned Buffer : Buffers) { in onReservedBuffers()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h178 ArrayRef<unsigned> Buffers) {} in onReservedBuffers() argument
180 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.cpp15 RegionPageMap::Buffers;
14 RegionPageMap::Buffers; global() member in scudo::RegionPageMap
H A Drelease.h216 Buffers.releaseBuffer(Buffer); in reset()
250 Buffer = Buffers.getBuffer(BufferNumElements); in get()
334 static BufferPoolT Buffers;
330 static BufferPool<StaticBufferCount, StaticBufferSize> Buffers; global() variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp135 Buffers.push_back( in parseDefinition()
137 FileID FID = SourceMgr.createFileID(Buffers.back()->getMemBufferRef()); in parseDefinition()
H A DMacros.h131 SmallVector<std::unique_ptr<llvm::MemoryBuffer>> Buffers; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp161 Buffers.emplace_back(Buffer(D)); in addBuffer()
162 addBufferDecls(D, Buffers.back()); in addBuffer()
178 for (auto &Buf : Buffers) { in finishCodeGen()
H A DCGHLSLRuntime.h134 llvm::SmallVector<Buffer> Buffers; variable
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h156 bool loadCurrentModuleAPINotesFromBuffer(ArrayRef<StringRef> Buffers);
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp66 APInt Buffers(NumProcResources, 0); in initializeUsedResources() local
88 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources()
194 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources()
198 ID.UsedBuffers = Buffers.getZExtValue(); in initializeUsedResources()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp74 for (unsigned i = 0, e = Buffers.size(); i != e; ++i) in FindBufferContainingLoc()
75 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() && in FindBufferContainingLoc()
78 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd()) in FindBufferContainingLoc()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp320 ArrayRef<StringRef> Buffers) { in loadCurrentModuleAPINotesFromBuffer() argument
322 for (auto Buf : Buffers) { in loadCurrentModuleAPINotesFromBuffer()
/freebsd/crypto/openssl/doc/man3/
H A DBUF_MEM_new.pod26 The buffer library handles simple character arrays. Buffers are used for
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.txt21 Hardware | | IPI Agent | | IPI Buffers | |

12