Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 12527) sorted by relevance

12345678910>>...502

/dports/audio/uade/uade-2.13/
H A Deagleplayer.conf1 ActionAmics prefixes=ast
3 ADPCM_mono prefixes=adpcm
4 AM-Composer prefixes=amc
5 AMOS prefixes=abk
6 ArtAndMagic prefixes=aam
12 BenDaglish prefixes=bd
16 Cinemaware prefixes=cin
21 DaveLowe prefixes=dl
28 Desire prefixes=dsr
33 EMS prefixes=ems
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DNamespaceSupportTest.cpp36 assertTrue (prefixes.find("xml") != prefixes.end()); in testNamespaceSupport()
37 assertTrue (prefixes.find("xmlns") != prefixes.end()); in testNamespaceSupport()
41 assertTrue (prefixes.find("xml") != prefixes.end()); in testNamespaceSupport()
42 assertTrue (prefixes.find("xmlns") != prefixes.end()); in testNamespaceSupport()
50 assertTrue (prefixes.find("ns1") != prefixes.end()); in testNamespaceSupport()
51 assertTrue (prefixes.find("ns2") != prefixes.end()); in testNamespaceSupport()
58 assertTrue (prefixes.find("ns3") != prefixes.end()); in testNamespaceSupport()
62 assertTrue (prefixes.find("xml") != prefixes.end()); in testNamespaceSupport()
64 assertTrue (prefixes.find("ns1") != prefixes.end()); in testNamespaceSupport()
65 assertTrue (prefixes.find("ns2") != prefixes.end()); in testNamespaceSupport()
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/tests/
H A Dtest_models.py41 prefixes = Prefix.objects.bulk_create((
48 self.assertSetEqual(set(duplicate_prefix_pks), {prefixes[1].pk, prefixes[2].pk})
56 prefixes = Prefix.objects.bulk_create((
66 …self.assertSetEqual(child_prefix_pks, {prefixes[1].pk, prefixes[2].pk, prefixes[3].pk, prefixes[4]…
68 prefixes[0].vrf = vrfs[0]
69 prefixes[0].save()
121 prefixes = Prefix.objects.bulk_create((
189 prefixes = (
194 Prefix.objects.bulk_create(prefixes)
250 prefixes = (
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-event-log.c38 const struct test_log_event *prefixes; member
100 .prefixes = (const struct test_log_event []) { in test_event_log_message()
107 .prefixes = (const struct test_log_event []) { in test_event_log_message()
114 .prefixes = (const struct test_log_event []) { in test_event_log_message()
122 .prefixes = (const struct test_log_event []) { in test_event_log_message()
2424 if ((test->prefixes[j].flags & in test_event_log_message()
2427 if ((test->prefixes[j].flags & in test_event_log_message()
2430 if ((test->prefixes[j].flags & in test_event_log_message()
2435 switch (test->prefixes[j].type) { in test_event_log_message()
2447 (char*)test->prefixes[j].str); in test_event_log_message()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A Dsi.py28 def_unit(['m', 'meter'], namespace=_ns, prefixes=True,
37 prefixes=[(['m', 'milli'], ['milli', 'm'], 1.e-3)],
53 def_unit(['rad', 'radian'], namespace=_ns, prefixes=True,
57 prefixes=True,
64 prefixes=True,
68 prefixes=True,
85 def_unit(['s', 'second'], namespace=_ns, prefixes=True,
126 def_unit(['mol', 'mole'], namespace=_ns, prefixes=True,
134 ['K', 'Kelvin'], namespace=_ns, prefixes=True,
145 prefixes=True, doc="Newton: force")
[all …]
H A Dastrophys.py33 doc="Solar radius", prefixes=False,
40 prefixes=False, doc="Earth radius",
54 prefixes=False, doc="Solar mass",
61 prefixes=False, doc="Earth mass",
74 namespace=_ns, prefixes=True,
83 prefixes=False, doc="Solar luminance",
92 namespace=_ns, prefixes=True)
94 namespace=_ns, prefixes=True,
99 namespace=_ns, prefixes=True,
109 def_unit(['adu'], namespace=_ns, prefixes=True)
[all …]
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Dtest_btrie.py139 prefixes = [
153 prefixes = [
168 prefixes = [
184 prefixes = [
198 prefixes = [
211 prefixes = [
225 prefixes = [
240 prefixes = [
253 prefixes = [
269 prefixes = [
[all …]
/dports/hebrew/hspell/hspell-1.4/
H A Dgenprefixes.pl9 my %prefixes;
24 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
25 $prefixes{$prefix} |= $mask;
43 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
56 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
60 $prefixes{""} |= $PS_IMPER;
61 $prefixes{"�"} |= $PS_IMPER;
63 return %prefixes;
78 foreach (sort keys %prefixes) {print "$prefixes{$_},\n"}
83 %prefixes = find_prefixes(1);
[all …]
/dports/hebrew/hunspell/hspell-1.4/
H A Dgenprefixes.pl9 my %prefixes;
24 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
25 $prefixes{$prefix} |= $mask;
43 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
56 $prefixes{$prefix} = 0 if !defined $prefixes{$prefix};
60 $prefixes{""} |= $PS_IMPER;
61 $prefixes{"�"} |= $PS_IMPER;
63 return %prefixes;
78 foreach (sort keys %prefixes) {print "$prefixes{$_},\n"}
83 %prefixes = find_prefixes(1);
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTreeTest.java56 PrefixTree zeroLength = prefixes("xxx"); in testEmptyVsZeroLength()
78 PrefixTree prefix = prefixes("1234"); in testRangeAndPrefixSameLength()
85 PrefixTree prefix = prefixes("1234"); in testRangeShorterThanPrefix()
117 assertThat(prefixes("1234").union(prefixes("12"))).containsExactly("12"); in testUnion()
119 assertThat(prefixes("12").union(prefixes("12"))).containsExactly("12"); in testUnion()
121 assertThat(prefixes("123").union(prefixes("124"))).containsExactly("12[34]"); in testUnion()
123 assertThat(prefixes("1234", "45", "800").union(prefixes("12", "4x67"))) in testUnion()
130 assertThat(prefixes("1234").intersect(prefixes("12"))).containsExactly("1234"); in testIntersection()
132 assertThat(prefixes("12").intersect(prefixes("12"))).containsExactly("12"); in testIntersection()
134 assertThat(prefixes("123").intersect(prefixes("124"))).isEmpty(); in testIntersection()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-speak.cc50 const int size = prefixes.size(); in __try_exact_string()
53 if (prefixes[i] == "hostile") in __try_exact_string()
59 else if (prefixes[i] == "related") in __try_exact_string()
71 else if (prefixes[i] == "Beogh" || prefixes[i] == "good god" in __try_exact_string()
86 prefix += prefixes[i]; in __try_exact_string()
221 const int size = prefixes.size(); in __get_speak_string()
466 vector<string> prefixes; in mons_speaks() local
555 prefixes.emplace_back("orb"); in mons_speaks()
563 prefix += prefixes[i]; in mons_speaks()
677 prefixes.insert(prefixes.begin(), "stationary"); in mons_speaks()
[all …]
/dports/devel/splint/splint-3.1.2/test/
H A Dprefixes.expect4 prefixes.c:20: Parameterized macro has no prototype or specification: mf
5 prefixes.c: (in macro mf)
6 prefixes.c:20:37: Variable y name is not consistent with macro variable
8 prefixes.c:20:37: Variable y declared but not used
9 prefixes.c:20:26: Variable m_x declared but not used
13 prefixes.c:2:13: Datatype QINT name is not consistent with user-defined type
15 prefixes.c:3:13: Datatype tint name is not consistent with user-defined type
63 prefixes.c:8:12: Variable V3int name is not consistent with file static
65 prefixes.c:9:12: Variable sint name is not consistent with file static
78 prefixes.c:9:12: Variable sint name is not consistent with file static
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_namespaces.F9084 allocate(nsDict%prefixes(0:0))
110 deallocate(nsDict%prefixes)
308 l_p = ubound(nsDict%prefixes, 1)
331 l_p = ubound(nsDict%prefixes, 1)
368 l_p = ubound(nsDict%prefixes, 1)
376 deallocate(nsDict%prefixes)
379 allocate(nsDict%prefixes(0:l_p))
411 l_p = ubound(nsDict%prefixes, 1)
428 deallocate(nsDict%prefixes)
798 n = ubound(nsDict%prefixes, 1)
[all …]
/dports/textproc/p5-Text-Match-FastAlternatives/Text-Match-FastAlternatives-1.05/t/
H A D04_at.t20 prefixes => [ qw<foo foobar> ],
67 [prefixes => 0, '', 0],
68 [prefixes => 1, '', 0],
69 [prefixes => 0, 'f', 0],
70 [prefixes => 0, 'fo', 0],
71 [prefixes => 0, 'foo', 1],
72 [prefixes => 0, 'foob', 1],
73 [prefixes => 0, 'fooba', 1],
74 [prefixes => 0, 'foobar', 1],
75 [prefixes => 0, 'foobarx', 1],
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Daction.c102 const char **prefixes; in g_test_action_muxer() local
124 g_free (prefixes); in g_test_action_muxer()
126 prefixes = gtk_widget_list_action_prefixes (box); in g_test_action_muxer()
128 g_free (prefixes); in g_test_action_muxer()
132 g_free (prefixes); in g_test_action_muxer()
154 g_free (prefixes); in g_test_action_muxer()
158 g_free (prefixes); in g_test_action_muxer()
162 g_free (prefixes); in g_test_action_muxer()
184 g_free (prefixes); in g_test_action_muxer()
188 g_free (prefixes); in g_test_action_muxer()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dopf3.py142 if prefixes is None:
143 prefixes = read_prefixes(root)
185 def expand_prefix(raw, prefixes): argument
190 if prefixes is None:
191 prefixes = read_prefixes(root)
193 prefixes = {k:v for k, v in iteritems(prefixes) if reserved_prefixes.get(k) != v}
194 if prefixes:
372 def read_title(root, prefixes, refines): argument
726 def read_tags(root, prefixes, refines): argument
770 def create_rating(root, prefixes, val): argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll93 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
94 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
95 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
97 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
98 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
99 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
100 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
101 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
102 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
120 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tonga < %s | FileCheck --check-prefixes=GFX802 %s
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll93 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
94 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
95 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
97 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
98 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
99 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
100 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
101 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
102 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
120 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tonga < %s | FileCheck --check-prefixes=GFX802 %s
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll93 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
94 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
95 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
97 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
98 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
99 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
100 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
101 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
102 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
120 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tonga < %s | FileCheck --check-prefixes=GFX802 %s
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll93 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
94 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
95 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
97 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
98 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
99 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
100 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
101 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
102 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
120 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tonga < %s | FileCheck --check-prefixes=GFX802 %s
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll93 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
94 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
95 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
97 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
98 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
99 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
100 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
101 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
102 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
120 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tonga < %s | FileCheck --check-prefixes=GFX802 %s
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
3 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
4 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=pitcairn < %s | FileCheck --check-prefixes=GFX601 %s
5 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
6 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
7 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
8 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
9 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
10 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
3 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
4 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=pitcairn < %s | FileCheck --check-prefixes=GFX601 %s
5 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
6 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
7 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
8 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
9 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
10 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Ddirective-amdgcn-target.ll1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx600 < %s | FileCheck --check-prefixes=GFX600 %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=tahiti < %s | FileCheck --check-prefixes=GFX600 %s
3 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx601 < %s | FileCheck --check-prefixes=GFX601 %s
4 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=pitcairn < %s | FileCheck --check-prefixes=GFX601 %s
5 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=verde < %s | FileCheck --check-prefixes=GFX601 %s
6 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx602 < %s | FileCheck --check-prefixes=GFX602 %s
7 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hainan < %s | FileCheck --check-prefixes=GFX602 %s
8 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=oland < %s | FileCheck --check-prefixes=GFX602 %s
9 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=GFX700 %s
10 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=kaveri < %s | FileCheck --check-prefixes=GFX700 %s
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %…
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %…
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
132 // RUN: %s 2>&1 | FileCheck --check-prefixes=WAVE64 %s
134 // RUN: %s 2>&1 | FileCheck --check-prefixes=WAVE64 %s
136 // RUN: -mno-wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=WAVE64 %s
138 // RUN: -mno-wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=WAVE32 %s
140 // RUN: -mwavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=WAVE64 %s
[all …]

12345678910>>...502