Home
last modified time | relevance | path

Searched full:amd (Results 1 – 25 of 1854) sorted by relevance

12345678910>>...75

/external/libdrm/data/
Damdgpu.ids7 15DD, C3, AMD Radeon(TM) Vega 3 Graphics
8 15DD, CB, AMD Radeon(TM) Vega 3 Graphics
9 15DD, CE, AMD Radeon(TM) Vega 3 Graphics
10 15DD, D8, AMD Radeon(TM) Vega 3 Graphics
11 15DD, CC, AMD Radeon(TM) Vega 6 Graphics
12 15DD, D9, AMD Radeon(TM) Vega 6 Graphics
13 15DD, C2, AMD Radeon(TM) Vega 8 Graphics
14 15DD, C4, AMD Radeon(TM) Vega 8 Graphics
15 15DD, C8, AMD Radeon(TM) Vega 8 Graphics
16 15DD, CA, AMD Radeon(TM) Vega 8 Graphics
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dstackmap-nops.ll3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=znver1 | FileCheck --check-prefix=CHECK-AMD %s
110 ; CHECK-AMD-LABEL: nop_test:
111 ; CHECK-AMD: ## %bb.0: ## %entry
112 ; CHECK-AMD-NEXT: pushq %rbp
113 ; CHECK-AMD-NEXT: .cfi_def_cfa_offset 16
114 ; CHECK-AMD-NEXT: .cfi_offset %rbp, -16
115 ; CHECK-AMD-NEXT: movq %rsp, %rbp
116 ; CHECK-AMD-NEXT: .cfi_def_cfa_register %rbp
117 ; CHECK-AMD-NEXT: Ltmp0:
118 ; CHECK-AMD-NEXT: Ltmp1:
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
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 …]
Dhsa-note-no-func.ll37 ; HSA-SI600: .hsa_code_object_isa 6,0,0,"AMD","AMDGPU"
38 ; HSA-SI601: .hsa_code_object_isa 6,0,1,"AMD","AMDGPU"
39 ; HSA-CI700: .hsa_code_object_isa 7,0,0,"AMD","AMDGPU"
40 ; HSA-CI701: .hsa_code_object_isa 7,0,1,"AMD","AMDGPU"
41 ; HSA-CI702: .hsa_code_object_isa 7,0,2,"AMD","AMDGPU"
42 ; HSA-CI703: .hsa_code_object_isa 7,0,3,"AMD","AMDGPU"
43 ; HSA-CI704: .hsa_code_object_isa 7,0,4,"AMD","AMDGPU"
44 ; HSA-VI801: .hsa_code_object_isa 8,0,1,"AMD","AMDGPU"
45 ; HSA-VI802: .hsa_code_object_isa 8,0,2,"AMD","AMDGPU"
46 ; HSA-VI803: .hsa_code_object_isa 8,0,3,"AMD","AMDGPU"
[all …]
Delf-notes.ll1 ; RUN: llc -mtriple=amdgcn-amd-unknown -mcpu=gfx802 --amdhsa-code-object-version=2 < %s | FileCheck…
2 ; RUN: llc -mtriple=amdgcn-amd-unknown -mcpu=iceland --amdhsa-code-object-version=2 < %s | FileChec…
3 ; RUN: llc -mtriple=amdgcn-amd-unknown -mcpu=gfx802 -filetype=obj --amdhsa-code-object-version=2 < …
4 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx802 --amdhsa-code-object-version=2 < %s | FileCheck …
5 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=iceland --amdhsa-code-object-version=2 < %s | FileCheck…
6 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx802 -filetype=obj --amdhsa-code-object-version=2 < %…
7 ; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx802 --amdhsa-code-object-version=2 < %s | FileCheck …
8 ; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=iceland --amdhsa-code-object-version=2 < %s | FileCheck…
9 ; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx802 -filetype=obj --amdhsa-code-object-version=2 < %…
14 ; OSABI-UNK: .amd_amdgpu_isa "amdgcn-amd-unknown--gfx802"
[all …]
/external/llvm-project/clang/test/CodeGenCUDA/
Dfp-contract.cu17 // RUN: %clang_cc1 -fcuda-is-device -triple amdgcn-amd-amdhsa -S \
19 // RUN: | FileCheck -check-prefixes=COMMON,AMD-ON %s
23 // RUN: %clang_cc1 -fcuda-is-device -triple amdgcn-amd-amdhsa -S \
25 // RUN: | FileCheck -check-prefixes=COMMON,AMD-OPT-FASTSTD %s
29 // RUN: %clang_cc1 -fcuda-is-device -triple amdgcn-amd-amdhsa -emit-llvm \
31 // RUN: cat %t.ll | FileCheck -check-prefixes=COMMON,AMD-OPT-FAST-IR %s
32 // RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -S \
34 // RUN: | FileCheck -check-prefixes=COMMON,AMD-OPT-FASTSTD %s
46 // RUN: %clang_cc1 -fcuda-is-device -triple amdgcn-amd-amdhsa -S \
49 // RUN: | FileCheck -check-prefixes=COMMON,AMD-ON %s
[all …]
/external/cpuinfo/src/x86/
Disa.c58 * - Intel, AMD: ecx[bit 26] in basic info = XSAVE/XRSTOR instructions supported by a chip. in cpuinfo_x86_detect_isa()
59 * - Intel, AMD: ecx[bit 27] in basic info = XSAVE/XRSTOR instructions enabled by OS. in cpuinfo_x86_detect_isa()
73 * - Intel, AMD: XFEATURE_ENABLED_MASK[bit 1] for low 128 bits of ymm registers in cpuinfo_x86_detect_isa()
74 * - Intel, AMD: XFEATURE_ENABLED_MASK[bit 2] for high 128 bits of ymm registers in cpuinfo_x86_detect_isa()
83 * - Intel, AMD: XFEATURE_ENABLED_MASK[bit 1] for low 128 bits of zmm registers in cpuinfo_x86_detect_isa()
84 * - Intel, AMD: XFEATURE_ENABLED_MASK[bit 2] for bits 128-255 of zmm registers in cpuinfo_x86_detect_isa()
108 * - Intel, AMD: edx[bit 4] in basic info. in cpuinfo_x86_detect_isa()
109 * - AMD: edx[bit 4] in extended info (reserved bit on Intel CPUs). in cpuinfo_x86_detect_isa()
116 * - Intel, AMD: edx[bit 11] in basic info. in cpuinfo_x86_detect_isa()
123 * - Intel, AMD: edx[bit 11] in extended info. in cpuinfo_x86_detect_isa()
[all …]
Dname.c171 /* Early AMD and Cyrix processors have "tm" suffix for trademark, e.g. in transform_token()
172 * "AMD-K6tm w/ multimedia extensions" in transform_token()
185 /* Some early AMD CPUs have "AMD-" at the beginning, e.g. in transform_token()
186 * "AMD-K5(tm) Processor" in transform_token()
187 * "AMD-K6tm w/ multimedia extensions" in transform_token()
188 * "AMD-K6(tm) 3D+ Processor" in transform_token()
189 * "AMD-K6(tm)-III Processor" in transform_token()
191 if (erase_matching(token_start, 4, "AMD-")) { in transform_token()
211 /* Erase everything after "w/" in "AMD-K6tm w/ multimedia extensions" */ in transform_token()
237 * Erase everywhing after "SOC" on AMD System-on-Chips, e.g. in transform_token()
[all …]
/external/angle/src/tests/deqp_support/
Ddeqp_gles2_test_expectations.txt78 // D3D11 AMD
79 2342 D3D11 AMD : dEQP-GLES2.functional.texture.size.cube.64x64_l8 = FAIL
80 2342 D3D11 AMD : dEQP-GLES2.functional.texture.size.cube.64x64_rgb888 = FAIL
81 2342 D3D11 AMD : dEQP-GLES2.functional.texture.size.cube.64x64_rgba8888 = FAIL
83 // Additional texture.vertex.cube failures on AMD
84 3299 D3D11 AMD : dEQP-GLES2.functional.texture.vertex.cube.filtering.linear_mipmap_linear_nearest_r…
85 3299 D3D11 AMD : dEQP-GLES2.functional.texture.vertex.cube.filtering.linear_mipmap_linear_linear_re…
86 3299 D3D11 AMD : dEQP-GLES2.functional.texture.vertex.cube.filtering.nearest_mipmap_linear_nearest_…
87 3299 D3D11 AMD : dEQP-GLES2.functional.texture.vertex.cube.filtering.nearest_mipmap_linear_nearest_…
88 3299 D3D11 AMD : dEQP-GLES2.functional.texture.vertex.cube.filtering.nearest_mipmap_linear_nearest_…
[all …]
Ddeqp_gles3_test_expectations.txt175 // Windows AMD specific failures
176 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.blit.depth_stencil.depth24_stencil8_scale = FAIL
177 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.blit.depth_stencil.depth24_stencil8_stencil_only = F…
178 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.r11f_g11f_b10f = FAIL
179 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.rg32f = FAIL
180 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.rg16f = FAIL
181 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.r32f = FAIL
182 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.r16f = FAIL
183 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.rgb16f = FAIL
184 1633 WIN D3D11 AMD : dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.rg8 = FAIL
[all …]
/external/cpuinfo/test/name/
Dbrand-string.cc392 TEST(BRAND_STRING, amd) { in TEST() argument
394 normalize_brand_string("AMD Processor model unknown\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0")); in TEST()
396 …normalize_brand_string("AMD Engineering Sample\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0… in TEST()
398 normalize_brand_string("AMD A10-4600M APU with Radeon(tm) HD Graphics \0")); in TEST()
400 normalize_brand_string("AMD A10-5800K APU with Radeon(tm) HD Graphics \0")); in TEST()
402 normalize_brand_string("AMD A10-6800K APU with Radeon(tm) HD Graphics \0")); in TEST()
404 normalize_brand_string("AMD A10-7850K APU with Radeon(TM) R7 Graphics \0")); in TEST()
406 normalize_brand_string("AMD A12-9700P RADEON R7, 10 COMPUTE CORES 4C+6G\0")); in TEST()
408 normalize_brand_string("AMD A12-9800 RADEON R7, 12 COMPUTE CORES 4C+8G \0")); in TEST()
410 normalize_brand_string("AMD A4-5000 APU with Radeon(TM) HD Graphics \0")); in TEST()
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-amd.s9 // GNU-NEXT: AMD 0x00000000 NT_AMD_AMDGPU_HSA_METADATA (HSA Metadata)
12 // GNU-NEXT: AMD 0x00000000 NT_AMD_AMDGPU_ISA (ISA Version)
17 // GNU-NEXT: AMD 0x0000000a NT_AMD_AMDGPU_HSA_METADATA (HSA Metadata)
20 // GNU-NEXT: AMD 0x00000009 NT_AMD_AMDGPU_ISA (ISA Version)
25 // GNU-NEXT: AMD 0x00000000 NT_AMD_AMDGPU_PAL_METADATA (PAL Metadata)
33 // LLVM-NEXT: Owner: AMD
39 // LLVM-NEXT: Owner: AMD
50 // LLVM-NEXT: Owner: AMD
56 // LLVM-NEXT: Owner: AMD
67 // LLVM-NEXT: Owner: AMD
[all …]
/external/mesa3d/.gitlab-ci/
Dtraces-radv.yml5 - path: KhronosGroup-Vulkan-Tools/amd/polaris10/vkcube.gfxr
7 - device: vk-amd-polaris10
9 - device: vk-amd-raven
11 - path: LunarG-VulkanSamples/amd/polaris10/Hologram:-w:640:-h:480.gfxr
13 - device: vk-amd-polaris10
15 - device: vk-amd-raven
19 - device: vk-amd-polaris10
21 - device: vk-amd-raven
/external/deqp-deps/SPIRV-Headers/
DAndroid.bp8 // deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json
9 // deqp_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json
10 // deqp_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json
11 // deqp_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json
73 name: "deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json",
74 srcs: ["include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json"],
78 name: "deqp_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json",
79 srcs: ["include/spirv/unified1/extinst.spv-amd-shader-ballot.grammar.json"],
83 … name: "deqp_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json",
84 srcs: ["include/spirv/unified1/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json"],
[all …]
/external/llvm/docs/
DCompilerWriterInfo.rst69 * `AMD R6xx shader ISA <http://developer.amd.com/wordpress/media/2012/10/R600_Instruction_Set_Archi…
70 * `AMD R7xx shader ISA <http://developer.amd.com/wordpress/media/2012/10/R700-Family_Instruction_Se…
71 * `AMD Evergreen shader ISA <http://developer.amd.com/wordpress/media/2012/10/AMD_Evergreen-Family_…
72 * `AMD Cayman/Trinity shader ISA <http://developer.amd.com/wordpress/media/2012/10/AMD_HD_6900_Seri…
73 * `AMD Southern Islands Series ISA <http://developer.amd.com/wordpress/media/2012/12/AMD_Southern_I…
74 * `AMD Sea Islands Series ISA <http://developer.amd.com/wordpress/media/2013/07/AMD_Sea_Islands_Ins…
75 * `AMD GPU Programming Guide <http://developer.amd.com/download/AMD_Accelerated_Parallel_Processing…
76 * `AMD Compute Resources <http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-pa…
93 * `AMD processor manuals <http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.h…
/external/deqp-deps/SPIRV-Tools/
DAndroid.bp45 "spv-amd-gcn-shader.insts.inc",
46 "spv-amd-shader-ballot.insts.inc",
47 "spv-amd-shader-explicit-vertex-parameter.insts.inc",
48 "spv-amd-shader-trinary-minmax.insts.inc",
56 ":deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json",
57 ":deqp_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json",
58 … ":deqp_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json",
59 ":deqp_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json",
64 …v_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json) --vendor-insts-o…
65 … :deqp_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json) --vendor-insts-output=$(loc…
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Disa-version-hsa.s1 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=GCN …
2 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN…
3 // RUN: llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=gfx802 %s | FileChec…
4 // RUN: llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=iceland %s | FileChe…
5 // RUN: not llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=gfx803 %s 2>&1 |…
6 // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=GCN -…
7 // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN …
9 // OSABI-HSA: .amd_amdgpu_isa "amdgcn-amd-amdhsa--gfx802"
13 .amd_amdgpu_isa "amdgcn-amd-amdhsa--gfx802"
Disa-version-pal.s1 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=GCN …
2 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN…
3 // RUN: not llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=gfx802 %s 2>&1 |…
4 // RUN: not llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=iceland %s 2>&1 …
5 // RUN: llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx802 %s | FileCheck --check-prefix=GCN --check-pr…
6 // RUN: llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s | FileCheck --check-prefix=GCN --check-p…
7 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=GCN …
9 // OSABI-PAL: .amd_amdgpu_isa "amdgcn-amd-amdpal--gfx802"
13 .amd_amdgpu_isa "amdgcn-amd-amdpal--gfx802"
Disa-version-unk.s1 // RUN: llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx802 %s | FileCheck --check-prefix=GCN --check-p…
2 // RUN: llvm-mc -triple amdgcn-amd-unknown -mcpu=iceland %s | FileCheck --check-prefix=GCN --check-…
3 // RUN: not llvm-mc -triple amdgcn-amd-unknown -mcpu=gfx803 %s 2>&1 | FileCheck --check-prefix=GCN …
4 // RUN: not llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=gfx802 %s 2>&1 |…
5 // RUN: not llvm-mc -triple amdgcn-amd-amdhsa --amdhsa-code-object-version=2 -mcpu=iceland %s 2>&1 …
6 // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx802 %s 2>&1 | FileCheck --check-prefix=GCN -…
7 // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN …
9 // OSABI-UNK: .amd_amdgpu_isa "amdgcn-amd-unknown--gfx802"
13 .amd_amdgpu_isa "amdgcn-amd-unknown--gfx802"
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
Dsubtarget.ll9 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1033 -filetype=obj -O0 -o %t.o %s
14 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1032 -filetype=obj -O0 -o %t.o %s
19 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1031 -filetype=obj -O0 -o %t.o %s
24 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 -filetype=obj -O0 -o %t.o %s
29 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1012 -filetype=obj -O0 -o %t.o %s
34 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1011 -filetype=obj -O0 -o %t.o %s
39 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -filetype=obj -O0 -o %t.o %s
47 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx909 -filetype=obj -O0 -o %t.o %s
52 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -O0 -o %t.o %s
57 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx906 -filetype=obj -O0 -o %t.o %s
[all …]
/external/llvm-project/clang/test/Driver/
Dhip-toolchain-rdc-separate.hip15 …[CLANG:".*clang.*"]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa"
26 // CHECK: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa"
37 // CHECK-SAME: "-aux-triple" "amdgcn-amd-amdhsa"
44 // CHECK-SAME: "-targets=hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900,host-x86_64-unkn…
47 // CHECK: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa"
58 // CHECK: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa"
69 // CHECK-SAME: "-aux-triple" "amdgcn-amd-amdhsa"
76 // CHECK-SAME: "-targets=hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-amdhsa-gfx900,host-x86_64-unkn…
88 // LINK-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-a…
93 // LINK-SAME: "-targets=host-x86_64-unknown-linux-gnu,hip-amdgcn-amd-amdhsa-gfx803,hip-amdgcn-amd-a…
[all …]
Drocm-device-libs.cl7 // RUN: %clang -### -target amdgcn-amd-amdhsa \
16 // RUN: %clang -### -target amdgcn-amd-amdhsa \
25 // RUN: %clang -### -target amdgcn-amd-amdhsa \
33 // RUN: %clang -### -target amdgcn-amd-amdhsa \
41 // RUN: %clang -### -target amdgcn-amd-amdhsa \
50 // RUN: %clang -### -target amdgcn-amd-amdhsa \
59 // RUN: %clang -### -target amdgcn-amd-amdhsa \
68 // RUN: %clang -### -target amdgcn-amd-amdhsa \
77 // RUN: %clang -### -target amdgcn-amd-amdhsa \
84 // RUN: %clang -### -target amdgcn-amd-amdhsa \
[all …]
Damdgpu-toolchain-opencl.cl1 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O0 %s 2>&1 | F…
2 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O1 %s 2>&1 | F…
3 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O2 %s 2>&1 | F…
4 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O3 %s 2>&1 | F…
5 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O4 %s 2>&1 | F…
6 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -O5 %s 2>&1 | F…
7 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -Og %s 2>&1 | F…
8 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji -Ofast %s 2>&1 …
9 // RUN: %clang -### -target amdgcn-amd-amdhsa-opencl -x cl -c -emit-llvm -mcpu=fiji %s 2>&1 | FileC…
Dhip-binding.hip8 // NRDCS: # "amdgcn-amd-amdhsa" - "clang", inputs: ["[[IN:.*hip-binding.hip]]"], output: "[[OBJ1:.*…
9 // NRDCS: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[OBJ1]]"], output: "[[IMG1:.*]]"
10 // NRDCS: # "amdgcn-amd-amdhsa" - "clang", inputs: ["[[IN:.*hip-binding.hip]]"], output: "[[OBJ2:.*…
11 // NRDCS: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[OBJ2]]"], output: "[[IMG2:.*]]"
12 // NRDCS: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[IMG1]]", "[[IMG2]]"], output: "[[FA…
18 // RDCS: # "amdgcn-amd-amdhsa" - "clang", inputs: ["[[IN:.*hip-binding.hip]]"], output: "[[BC1:.*bc…
19 // RDCS: # "amdgcn-amd-amdhsa" - "clang", inputs: ["[[IN:.*hip-binding.hip]]"], output: "[[BC2:.*bc…
29 // CHECK: # "amdgcn-amd-amdhsa" - "offload bundler", inputs: ["[[IN]]"], outputs: ["{{.*o}}", "[[DO…
30 // CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[DOBJ1]]"], output: "[[IMG1:.*out]]"
32 // CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[DOBJ2]]"], output: "[[IMG2:.*out]]"
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DAndroid.bp69 "spv-amd-gcn-shader.insts.inc",
70 "spv-amd-shader-ballot.insts.inc",
71 "spv-amd-shader-explicit-vertex-parameter.insts.inc",
72 "spv-amd-shader-trinary-minmax.insts.inc",
81 ":swiftshader_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json",
82 ":swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json",
83 …":swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json…
84 ":swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json",
89 …shader_spirv_headers_unified1_extinst.spv-amd-gcn-shader.grammar.json) --vendor-insts-output=$(loc…
92 …ader_spirv_headers_unified1_extinst.spv-amd-shader-ballot.grammar.json) --vendor-insts-output=$(lo…
[all …]

12345678910>>...75