/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Pass.h | 112 std::vector<PassStatistic> statistics; variable
|
/llvm-project/mlir/lib/Transforms/ |
H A D | SROA.cpp | 254 SROAStatistics statistics{ in runOnOperation() local 141 destructureSlot(DestructurableMemorySlot & slot,DestructurableAllocationOpInterface allocator,OpBuilder & builder,const DataLayout & dataLayout,MemorySlotDestructuringInfo & info,SmallVectorImpl<DestructurableAllocationOpInterface> & newAllocators,const SROAStatistics & statistics) destructureSlot() argument 200 tryToDestructureMemorySlots(ArrayRef<DestructurableAllocationOpInterface> allocators,OpBuilder & builder,const DataLayout & dataLayout,SROAStatistics statistics) tryToDestructureMemorySlots() argument [all...] |
H A D | Mem2Reg.cpp | 213 const Mem2RegStatistics &statistics; global() member in __anon6775e2e90111::MemorySlotPromoter 224 MemorySlotPromoter(MemorySlot slot,PromotableAllocationOpInterface allocator,OpBuilder & builder,DominanceInfo & dominance,const DataLayout & dataLayout,MemorySlotPromotionInfo info,const Mem2RegStatistics & statistics,BlockIndexCache & blockIndexCache) MemorySlotPromoter() argument 634 tryToPromoteMemorySlots(ArrayRef<PromotableAllocationOpInterface> allocators,OpBuilder & builder,const DataLayout & dataLayout,DominanceInfo & dominance,Mem2RegStatistics statistics) tryToPromoteMemorySlots() argument 699 Mem2RegStatistics statistics{&promotedAmount, &newBlockArgumentAmount}; runOnOperation() local [all...] |
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | TensorCopyInsertion.cpp | 31 BufferizationStatistics *statistics) { in insertTensorCopies()
|
H A D | Bufferize.cpp | 293 BufferizationStatistics statistics; runOnOperation() local 350 BufferizationRewriter(MLIRContext * ctx,DenseSet<Operation * > & erasedOps,DenseSet<Operation * > & toMemrefOps,SmallVector<Operation * > & worklist,const BufferizationOptions & options,BufferizationStatistics * statistics) BufferizationRewriter() argument 415 BufferizationStatistics *statistics; global() member in __anon99eb86680c11::BufferizationRewriter 421 bufferizeOp(Operation * op,const BufferizationOptions & options,BufferizationStatistics * statistics) bufferizeOp() argument [all...] |
H A D | OneShotModuleBufferize.cpp | 376 analyzeModuleOp(ModuleOp moduleOp,OneShotAnalysisState & state,BufferizationStatistics * statistics) analyzeModuleOp() argument 427 bufferizeModuleOp(ModuleOp moduleOp,const OneShotBufferizationOptions & options,BufferizationStatistics * statistics) bufferizeModuleOp() argument 480 runOneShotModuleBufferize(ModuleOp moduleOp,const OneShotBufferizationOptions & options,BufferizationStatistics * statistics) runOneShotModuleBufferize() argument [all...] |
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | NSIndexSet.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSMachPort.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | CFBinaryHeap.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSBundle.py | 17 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | CFBag.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSNotification.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSException.py | 15 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSURL.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSData.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | CFBitVector.py | 41 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSNumber.py | 18 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | CFDictionary.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | CFArray.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSSet.py | 16 statistics = lldb.formatters.metrics.Metrics() variable
|
H A D | NSDate.py | 20 statistics = lldb.formatters.metrics.Metrics() variable
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_api_internal.h | 36 const std::vector<Statistics>& statistics() const { return statistics_; } in statistics() function
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 85 iterator_range<const_iterator> statistics() const { in statistics() function in __anonf201ab470111::StatisticInfo
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassStatistics.cpp | 67 auto statistics = pass->getStatistics(); in printResultsAsList() local
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | Pass.h | 316 std::vector<Statistic *> statistics; variable
|