Home
last modified time | relevance | path

Searched refs:Counters (Results 1 – 25 of 122) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dpreserve-store-alignment.ll4 %struct.Counters = type { i64, i64, i64, [8 x i8] }
7 @counters = global %struct.Counters zeroinitializer, align 16
12 …i64>, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
14 …P1]], <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
28 …OT]], <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
33 …i64>, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
35 …> %1, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
43 …> %3, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
54 …> %5, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
64 …i64>, <2 x i64>* bitcast (i64* getelementptr inbounds (%struct.Counters, %struct.Counters* @counte…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/Inputs/
Dmultiple-profdata-merge.proftext6 # Num Counters:
17 # Num Counters:
30 # Num Counters:
40 # Num Counters:
53 # Num Counters:
61 # Num Counters:
69 # Num Counters:
77 # Num Counters:
85 # Num Counters:
93 # Num Counters:
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoaderPass.cpp158 std::vector<unsigned> Counters = PIL.getRawEdgeCounts(); in runOnModule() local
159 if (Counters.size() > 0) { in runOnModule()
164 readEdge(getEdge(0,&F->getEntryBlock()), Counters); in runOnModule()
168 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); in runOnModule()
172 if (ReadCount != Counters.size()) { in runOnModule()
179 Counters = PIL.getRawOptimalEdgeCounts(); in runOnModule()
180 if (Counters.size() > 0) { in runOnModule()
185 readEdge(getEdge(0,&F->getEntryBlock()), Counters); in runOnModule()
189 readEdge(getEdge(BB,0), Counters); in runOnModule()
192 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); in runOnModule()
[all …]
/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp44 } Counters; typedef
52 typedef Counters RegCounters[512];
64 static const Counters WaitCounts;
67 static const Counters ZeroCounts;
70 Counters WaitedOn;
74 Counters DelayedWaitOn;
77 Counters LastIssued;
100 Counters getHwCounts(MachineInstr &MI);
112 const Counters& Increment);
117 const Counters &Counts);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h77 auto Result = Us.Counters.find(CounterName); in shouldExecute()
78 if (Result != Us.Counters.end()) { in shouldExecute()
101 return instance().Counters[ID].IsSet; in isCounterSet()
107 auto Result = Us.Counters.find(ID); in getCounterValue()
108 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterValue()
115 Us.Counters[ID].Count = Count; in setCounterValue()
133 return std::make_pair(RegisteredCounters[ID], Counters.lookup(ID).Desc); in getCounterInfo()
162 Counters[Result] = {}; in addCounter()
163 Counters[Result].Desc = Desc; in addCounter()
174 DenseMap<unsigned, CounterInfo> Counters; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dname_whitelist.proftext4 # Num Counters:
12 # Num Counters:
20 # Num Counters:
28 # Num Counters:
36 # Num Counters:
44 # Num Counters:
52 # Num Counters:
Ddir-with-filtering.proftext4 # Num Counters:
12 # Num Counters:
20 # Num Counters:
28 # Num Counters:
Dprevent_false_instantiations.proftext4 # Num Counters:
13 # Num Counters:
22 # Num Counters:
Dprefer_used_to_unused.proftext4 # Num Counters:
13 # Num Counters:
21 # Num Counters:
/external/v8/src/
Dcounters.cc18 StatsTable::StatsTable(Counters* counters) in StatsTable()
31 StatsCounterThreadSafe::StatsCounterThreadSafe(Counters* counters, in StatsCounterThreadSafe()
113 Counters::Counters(Isolate* isolate) in Counters() function in v8::internal::Counters
123 Histogram Counters::*member; in Counters()
130 {&Counters::name##_, #caption, min, max, num_buckets}, in Counters()
143 HistogramTimer Counters::*member; in Counters()
149 {&Counters::name##_, #caption, max, HistogramTimerResolution::res}, in Counters()
159 TimedHistogram Counters::*member; in Counters()
165 {&Counters::name##_, #caption, max, HistogramTimerResolution::res}, in Counters()
175 AggregatableHistogramTimer Counters::*member; in Counters()
[all …]
/external/llvm/test/tools/llvm-profdata/
Dcompat.proftext14 # FUNC_COUNT_ONLY-NEXT: Counters: 1
25 # SPACES-NEXT: Counters: 2
40 # LARGENUM-NEXT: Counters: 6
51 # FORMATV2: Counters:
54 # FORMATV2-NEXT: Counters: 2
59 # FORMATV2-NEXT: Counters: 4
69 # FORMATV4: Counters:
72 # FORMATV4: Counters: 2
77 # FORMATV4: Counters: 1
82 # FORMATV4: Counters: 6
Dweight-instr.test16 1X_1X_WEIGHT: Counters:
19 1X_1X_WEIGHT-1: Counters: 1
23 1X_1X_WEIGHT-2: Counters: 3
27 1X_1X_WEIGHT-3: Counters: 3
31 1X_1X_WEIGHT-4: Counters: 60
45 3X_5X_WEIGHT: Counters:
48 3X_5X_WEIGHT-1: Counters: 1
52 3X_5X_WEIGHT-2: Counters: 3
56 3X_5X_WEIGHT-3: Counters: 3
60 3X_5X_WEIGHT-4: Counters: 60
Dmultiple-inputs.test8 FOO3: Counters: 3
18 FOO3EMPTY: Counters: 3
29 FOO3FOO3BAR3-1: Counters: 3
33 FOO3FOO3BAR3-2: Counters: 3
44 DISJOINT-1: Counters: 3
48 DISJOINT-2: Counters: 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dcompat.proftext14 # FUNC_COUNT_ONLY-NEXT: Counters: 1
25 # SPACES-NEXT: Counters: 2
40 # LARGENUM-NEXT: Counters: 6
51 # FORMATV2: Counters:
54 # FORMATV2-NEXT: Counters: 2
59 # FORMATV2-NEXT: Counters: 4
70 # FORMATV4: Counters:
73 # FORMATV4: Counters: 2
78 # FORMATV4: Counters: 1
83 # FORMATV4: Counters: 6
Dweight-instr.test16 1X_1X_WEIGHT: Counters:
19 1X_1X_WEIGHT-1: Counters: 1
23 1X_1X_WEIGHT-2: Counters: 3
27 1X_1X_WEIGHT-3: Counters: 3
31 1X_1X_WEIGHT-4: Counters: 60
45 3X_5X_WEIGHT: Counters:
48 3X_5X_WEIGHT-1: Counters: 1
52 3X_5X_WEIGHT-2: Counters: 3
56 3X_5X_WEIGHT-3: Counters: 3
60 3X_5X_WEIGHT-4: Counters: 60
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/Inputs/
Dmultiple_hash_profile.proftext6 # Num Counters:
15 # Num Counters:
23 # Num Counters:
32 # Num Counters:
Dindirect_call.proftext5 # Num Counters:
23 # Num Counters:
31 # Num Counters:
39 # Num Counters:
/external/llvm/test/Transforms/PGOProfile/Inputs/
Dindirect_call.proftext5 # Num Counters:
23 # Num Counters:
31 # Num Counters:
39 # Num Counters:
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DEdgeProfiling.cpp78 GlobalVariable *Counters = in runOnModule() local
88 IncrementCounterInBlock(&F->getEntryBlock(), i++, Counters); in runOnModule()
104 IncrementCounterInBlock(BB, i++, Counters, false); in runOnModule()
107 IncrementCounterInBlock(TI->getSuccessor(s), i++, Counters); in runOnModule()
114 InsertProfilingInitCall(Main, "llvm_start_edge_profiling", Counters); in runOnModule()
DOptimalEdgeProfiling.cpp117 GlobalVariable *Counters = in runOnModule() local
153 IncrementCounterInBlock(entry, i, Counters); ++NumEdgesInserted; in runOnModule()
176 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted; in runOnModule()
199 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted; in runOnModule()
203 IncrementCounterInBlock(Succ, i, Counters); ++NumEdgesInserted; in runOnModule()
219 Counters->setInitializer(init); in runOnModule()
222 InsertProfilingInitCall(Main, "llvm_start_opt_edge_profiling", Counters); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp86 Counters[CounterID].Skip = CounterVal; in push_back()
87 Counters[CounterID].IsSet = true; in push_back()
97 Counters[CounterID].StopAfter = CounterVal; in push_back()
98 Counters[CounterID].IsSet = true; in push_back()
107 for (const auto &KV : Counters) in print()
/external/clang/test/Profile/Inputs/
Dmax-function-count.proftext4 # Num Counters:
13 # Num Counters:
21 # Num Counters:
Dprofile-summary.proftext4 # Num Counters:
13 # Num Counters:
21 # Num Counters:
/external/llvm/test/tools/llvm-cov/Inputs/
Dprevent_false_instantiations.proftext4 # Num Counters:
13 # Num Counters:
22 # Num Counters:
Dprefer_used_to_unused.proftext4 # Num Counters:
13 # Num Counters:
21 # Num Counters:

12345