Home
last modified time | relevance | path

Searched refs:Batch (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp27 VTuneMethodBatch Batch; in getMethodBatch() local
41 &Batch](StringRef S) mutable { in getMethodBatch()
44 Batch.Strings.push_back(S.str()); in getMethodBatch()
45 I->second = Batch.Strings.size(); in getMethodBatch()
53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()
54 auto &Method = Batch.Methods.back(); in getMethodBatch()
73 Method.SourceFileSI = Batch.Strings.size(); in getMethodBatch()
74 Batch.Strings.push_back( in getMethodBatch()
82 return Batch; in getMethodBatch()
90 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
[all …]
H A DPerfSupportPlugin.cpp229 PerfJITRecordBatch Batch; in getRecords() local
236 Batch.DebugInfoRecords.push_back(std::move(*DebugInfo)); in getRecords()
238 Batch.CodeLoadRecords.push_back(getCodeLoadRecord(*Sym, CodeIndex)); in getRecords()
245 Batch.UnwindingRecord = std::move(*UWR); in getRecords()
248 Batch.UnwindingRecord.Prefix.TotalSize = 0; in getRecords()
250 return Batch; in getRecords()
273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
278 RegisterPerfImplAddr, Batch)), in modifyPassConfig()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h26 void *Batch[MaxCount]; member
30 Batch[0] = Ptr; in init()
39 Batch[Count++] = Ptr; in push_back()
52 Batch[Count + I] = From->Batch[I]; in merge()
60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle()
135 for (const QuarantineBatch &Batch : List) { in getStats() local
137 TotalBytes += Batch.Size; in getStats()
138 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
139 TotalQuarantineChunks += Batch.Count; in getStats()
294 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); in doRecycle()
[all …]
H A Dallocator_common.h17 template <class SizeClassAllocator> struct Batch { struct
32 void appendFromBatch(Batch *B, u16 N) { in appendFromBatch() argument
63 Batch *Next; argument
81 SinglyLinkedList<Batch<SizeClassAllocator>> Batches;
H A Dallocator_config.def85 // Enables/disables primary block caching. Batch class still caches.
H A Dprimary32.h59 typedef Batch<ThisT> BatchT;
H A Dprimary64.h60 typedef Batch<ThisT> BatchT;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp183 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl() argument
190 if (Batch.UnwindingRecord.Prefix.TotalSize > 0) in registerJITLoaderPerfImpl()
191 writeUnwindRecord(Batch.UnwindingRecord); in registerJITLoaderPerfImpl()
193 for (const auto &DebugInfo : Batch.DebugInfoRecords) in registerJITLoaderPerfImpl()
196 for (const auto &CodeLoad : Batch.CodeLoadRecords) in registerJITLoaderPerfImpl()
434 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch() argument
/freebsd/contrib/file/magic/Magdir/
H A Dber31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account)
58 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure),
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.0.dts9 model = "Pine64 PinePhone Developer Batch (1.0)";
/freebsd/crypto/krb5/src/config/
H A Drm.bat31 Rem Batch file to mimic the functionality of the Unix rm command
/freebsd/crypto/libecc/
H A DREADME.md91 **Batch verification** is implemented for the signature algorithms that support it - the signature …
94 Batch verification allows (thanks to the Bos-Coster algorithm) to bring speedups between 2 to 6.5 t…
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2366 Multiclass Batch Computer System . . . . 127--136
3173 J. W. Wendorf A Simply Extended and Modified Batch
H A Dfunstack.in17931 title = "Joining Policies in a Multipriority Multiclass Batch Computer System",
24280 title = "A Simply Extended and Modified Batch Environment Graphical System (Sembegs)",
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt9361 AML Debugger: Added a max count argument for the Batch command (which