Home
last modified time | relevance | path

Searched refs:Values (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/llvm-project-15.0.7/clang/test/Profile/Inputs/
H A Dcxx-hash-v2.proftext6 # Counter Values:
15 # Counter Values:
24 # Counter Values:
33 # Counter Values:
42 # Counter Values:
52 # Counter Values:
64 # Counter Values:
76 # Counter Values:
85 # Counter Values:
95 # Counter Values:
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/
H A Dcspgo.proftext8 # Counter Values:
17 # Counter Values:
26 # Counter Values:
34 # Counter Values:
42 # Counter Values:
51 # Counter Values:
60 # Counter Values:
77 # Counter Values:
86 # Counter Values:
98 # Counter Values:
[all …]
H A Dthinlto_cs.proftext8 # Counter Values:
16 # Counter Values:
25 # Counter Values:
34 # Counter Values:
43 # Counter Values:
51 # Counter Values:
59 # Counter Values:
70 # Counter Values:
H A Dmultiple_hash_profile.proftext8 # Counter Values:
18 # Counter Values:
27 # Counter Values:
35 # Counter Values:
45 # Counter Values:
54 # Counter Values:
63 # Counter Values:
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp34 if (Values.empty()) in computeVariance()
36 double Sum = std::accumulate(Values.begin(), Values.end(), 0.0); in computeVariance()
38 const double Mean = Sum / Values.size(); in computeVariance()
40 for (const auto &V : Values) { in computeVariance()
44 return Ret / Values.size(); in computeVariance()
48 if (Values.empty()) in findMin()
50 return *std::min_element(Values.begin(), Values.end()); in findMin()
54 if (Values.empty()) in findMax()
56 return *std::max_element(Values.begin(), Values.end()); in findMax()
60 if (Values.empty()) in findMean()
[all …]
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp54 template<typename... Values> class tuple;
123 template<typename... Values>
125 make_tuple(const Values&... values) { in make_tuple()
129 template<typename... Values>
130 tuple<Values&...> tie(Values&... values) { in tie()
131 return tuple<Values&...>(values...); in tie()
146 template<typename... Values> struct tuple_size<tuple<Values...> > {
179 class get_impl<I, tuple<Head, Values...> > {
189 template<typename Head, typename... Values>
200 get(tuple<Values...>& t) { in get()
[all …]
H A Dexample-bind.cpp54 template<typename... Values> class tuple;
103 template<typename... Values>
105 make_tuple(const Values&... values) { in make_tuple()
109 template<typename... Values>
110 tuple<Values&...> tie(Values&... values) { in tie()
111 return tuple<Values&...>(values...); in tie()
117 template<typename... Values> struct tuple_size<tuple<Values...> > {
136 class get_impl<I, tuple<Head, Values...> > {
157 get(tuple<Values...>& t) { in get()
163 get(const tuple<Values...>& t) { in get()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/
H A Dbranch-c-general.proftext6 # Counter Values:
30 # Counter Values:
51 # Counter Values:
71 # Counter Values:
80 # Counter Values:
90 # Counter Values:
110 # Counter Values:
121 # Counter Values:
137 # Counter Values:
166 # Counter Values:
[all …]
H A Dname_allowlist.proftext6 # Counter Values:
14 # Counter Values:
22 # Counter Values:
30 # Counter Values:
38 # Counter Values:
46 # Counter Values:
54 # Counter Values:
H A Dname_whitelist.proftext6 # Counter Values:
14 # Counter Values:
22 # Counter Values:
30 # Counter Values:
38 # Counter Values:
46 # Counter Values:
54 # Counter Values:
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/Inputs/
H A Dmultiple-profdata-merge.proftext8 # Counter Values:
19 # Counter Values:
32 # Counter Values:
42 # Counter Values:
55 # Counter Values:
63 # Counter Values:
71 # Counter Values:
79 # Counter Values:
87 # Counter Values:
95 # Counter Values:
[all …]
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DRuntimeDebugBuilder.h91 std::vector<llvm::Value *> &Values, in createPrinter()
93 Values.push_back(Value); in createPrinter()
94 createPrinter(Builder, UseGPU, Values, args...); in createPrinter()
100 std::vector<llvm::Value *> &Values, in createPrinter()
102 Values.push_back(getPrintableString(Builder, String)); in createPrinter()
103 createPrinter(Builder, UseGPU, Values, args...); in createPrinter()
109 std::vector<llvm::Value *> &Values, in createPrinter()
111 Values.insert(Values.end(), Array.begin(), Array.end()); in createPrinter()
112 createPrinter(Builder, UseGPU, Values, args...); in createPrinter()
117 llvm::ArrayRef<llvm::Value *> Values);
[all …]
/llvm-project-15.0.7/llvm/lib/Option/
H A DArg.cpp29 Values.push_back(Value0); in Arg()
36 Values.push_back(Value0); in Arg()
37 Values.push_back(Value1); in Arg()
42 for (unsigned i = 0, e = Values.size(); i != e; ++i) in ~Arg()
43 delete[] Values[i]; in ~Arg()
56 for (unsigned i = 0, e = Values.size(); i != e; ++i) { in print()
58 O << "'" << Values[i] << "'"; in print()
93 Output.append(Values.begin(), Values.end()); in renderAsInput()
99 Output.append(Values.begin(), Values.end()); in render()
117 Output.append(Values.begin() + 1, Values.end()); in render()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp156 for (VPValue *V : Values) { in getOperands()
170 getOperands(ArrayRef<VPValue *> Values) { in getOperands() argument
172 auto *VPI = cast<VPInstruction>(Values[0]); in getOperands()
192 if (any_of(Values, [Opcode](VPValue *V) { in getOpcode()
346 for (auto Op : Values) { in dumpBundle()
368 for (auto *V : Values) { in buildGraph()
383 dumpBundle(Values); in buildGraph()
386 if (!areVectorizable(Values)) in buildGraph()
393 if (areCommutative(Values)) { in buildGraph()
437 for (VPValue *V : Values) in buildGraph()
[all …]
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp17 template<int V = 0, int ...Values> struct X2nt;
18 template<int V = 0, int ...Values> using A2nt = X2nt<V, Values...>;
34 template<int ...Values, // expected-error{{template parameter pack must be the last template parame…
37 template<int ...Values, // expected-error{{template parameter pack must be the last template parame…
54 template<int... Values> struct X1nt;
55 template<int ...Values, int V> struct X1nt<V, Values...> { };
64 template<int ...Values, int V>
65 void f1nt(X1nt<V, Values...>);
/llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml350 Values:
359 Values:
372 Values:
382 Values:
392 Values:
402 Values:
413 Values:
422 Values:
428 Values:
434 Values:
[all …]
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-0x.cpp3 template<int ...Values> struct X1;
5 template<int ...Values> // expected-note {{non-deducible}}
6 struct X1<0, Values+1 ...>; // expected-error{{contains a template parameter that cannot be deduced…
8 template<typename T, int ...Values> struct X2; // expected-note {{here}}
9 template<int ...Values> struct X2<X1<Values...>, Values+1 ...> {}; // ok (DR1315)
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml412 Values:
424 Values:
434 Values:
439 Values:
447 Values:
452 Values:
459 Values:
468 Values:
474 Values:
477 Values:
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Dgc-unit-overlapping-address-ranges.test164 Values:
171 Values:
174 Values:
179 Values:
182 Values:
187 Values:
190 Values:
195 Values:
198 Values:
207 Values:
[all …]
H A Dodr-fwd-declaration.test247 Values:
254 Values:
257 Values:
260 Values:
264 Values:
267 Values:
270 Values:
273 Values:
278 Values:
286 Values:
[all …]
/llvm-project-15.0.7/clang/lib/Rewrite/
H A DDeltaTree.cpp97 return Values[i]; in getValue()
102 return Values[i]; in getValue()
140 Values[0] = IR.Split; in DeltaTreeInteriorNode()
173 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally()
201 Values[i].Delta += Delta; in DoInsertion()
212 memmove(&Values[i+1], &Values[i], sizeof(Values[0])*(e-i)); in DoInsertion()
248 memmove(&Values[i+1], &Values[i], (e-i)*sizeof(Values[0])); in DoInsertion()
249 Values[i] = InsertRes->Split; in DoInsertion()
287 memmove(&InsertSide->Values[i+1], &InsertSide->Values[i], in DoInsertion()
289 InsertSide->Values[i] = SubSplit; in DoInsertion()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dlocstats-for-absctract-origin-vars.yaml279 Values:
282 Values:
287 Values:
291 Values:
295 Values:
300 Values:
306 Values:
314 Values:
317 Values:
322 Values:
[all …]
/llvm-project-15.0.7/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp46 std::vector<NoDefault> Values; in TEST() local
47 EXPECT_THAT(Map.GetValues(Foo, Values), 1); in TEST()
48 EXPECT_THAT(Values, testing::ElementsAre(NoDefault(42))); in TEST()
50 Values.clear(); in TEST()
51 EXPECT_THAT(Map.GetValues(Bar, Values), 0); in TEST()
52 EXPECT_THAT(Values, testing::IsEmpty()); in TEST()
65 std::vector<int> Values; in TEST() local
66 EXPECT_THAT(Map.GetValues(Foo, Values), 3); in TEST()
67 EXPECT_THAT(Values, testing::ElementsAre(-5, 0, 5)); in TEST()
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp35 SmallVectorImpl<StringRef> &Values) { in serializeXRayInstrValue() argument
37 Values.push_back("all"); in serializeXRayInstrValue()
42 Values.push_back("none"); in serializeXRayInstrValue()
47 Values.push_back("custom"); in serializeXRayInstrValue()
50 Values.push_back("typed"); in serializeXRayInstrValue()
54 Values.push_back("function"); in serializeXRayInstrValue()
56 Values.push_back("function-entry"); in serializeXRayInstrValue()
58 Values.push_back("function-exit"); in serializeXRayInstrValue()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp28 SmallVector<StringRef> Values; in main() local
33 Values.clear(); in main()
34 Line.split(Values, ';'); in main()
35 if (Values.size() < 2) { in main()
40 llvm::StringRef From = Values[0].trim(); in main()
46 Values[1].split(ToN, ' ', -1, false); in main()
74 for (const auto &Values : Entries) { in main() local
76 os << Values.first; in main()
78 for (auto CP : Values.second) in main()

12345678910>>...21