Home
last modified time | relevance | path

Searched refs:compute_ (Results 1 – 6 of 6) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dstatistics.cc158 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
160 data.bytes_per_second = Stat.compute_(bytes_per_second_stat); in ComputeStats()
161 data.items_per_second = Stat.compute_(items_per_second_stat); in ComputeStats()
167 const auto uc_stat = Stat.compute_(kv.second.s); in ComputeStats()
/third_party/benchmark/src/
Dstatistics.cc178 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()
179 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
196 const auto uc_stat = Stat.compute_(kv.second.s); in ComputeStats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp841 SizeOffsetEvalType Result = compute_(V); in compute()
866 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute_(Value *V) { in compute_() function in ObjectSizeOffsetEvaluator
972 SizeOffsetEvalType PtrData = compute_(GEP.getPointerOperand()); in visitGEPOperator()
1001 SizeOffsetEvalType EdgeData = compute_(PHI.getIncomingValue(i)); in visitPHINode()
1033 SizeOffsetEvalType TrueSide = compute_(I.getTrueValue()); in visitSelectInst()
1034 SizeOffsetEvalType FalseSide = compute_(I.getFalseValue()); in visitSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h302 SizeOffsetEvalType compute_(Value *V);
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h396 StatisticsFunc* compute_; member
399 : name_(name), compute_(compute) {} in Statistics()
/third_party/benchmark/include/benchmark/
Dbenchmark.h534 StatisticsFunc* compute_; member
539 : name_(name), compute_(compute), unit_(unit) {} in name_()