Home
last modified time | relevance | path

Searched defs:statistics (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/mlir/include/mlir/TableGen/
H A DPass.h112 std::vector<PassStatistic> statistics; variable
/llvm-project/mlir/lib/Transforms/
H A DSROA.cpp254 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 DMem2Reg.cpp213 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 DTensorCopyInsertion.cpp31 BufferizationStatistics *statistics) { in insertTensorCopies()
H A DBufferize.cpp293 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 DOneShotModuleBufferize.cpp376 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 DNSIndexSet.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSMachPort.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DCFBinaryHeap.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSBundle.py17 statistics = lldb.formatters.metrics.Metrics() variable
H A DCFBag.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSNotification.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSException.py15 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSURL.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSData.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DCFBitVector.py41 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSNumber.py18 statistics = lldb.formatters.metrics.Metrics() variable
H A DCFDictionary.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DCFArray.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSSet.py16 statistics = lldb.formatters.metrics.Metrics() variable
H A DNSDate.py20 statistics = lldb.formatters.metrics.Metrics() variable
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.h36 const std::vector<Statistics>& statistics() const { return statistics_; } in statistics() function
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp85 iterator_range<const_iterator> statistics() const { in statistics() function in __anonf201ab470111::StatisticInfo
/llvm-project/mlir/lib/Pass/
H A DPassStatistics.cpp67 auto statistics = pass->getStatistics(); in printResultsAsList() local
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h316 std::vector<Statistic *> statistics; variable

12