Home
last modified time | relevance | path

Searched refs:vec_type_hint (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/SemaOpenCL/
H A Dinvalid-kernel-attrs.cl3 kernel __attribute__((vec_type_hint)) void kernel1() {} //expected-error{{'vec_type_hint' attribute…
5 kernel __attribute__((vec_type_hint(not_type))) void kernel2() {} //expected-error{{unknown type na…
7vec_type_hint(void))) void kernel3() {} //expected-error{{a non-vector or non-vectorizable scalar …
9vec_type_hint(bool))) void kernel4() {} //expected-error{{a non-vector or non-vectorizable scalar …
11 … __attribute__((vec_type_hint(int))) __attribute__((vec_type_hint(float))) void kernel5() {} //exp…
21 __attribute__((vec_type_hint(char))) void kernel10(){} // expected-error {{attribute 'vec_type_hint
27 constant int foo3 __attribute__((vec_type_hint(char))) = 0; // expected-error {{'vec_type_hint' att…
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/
H A Dvec_type_hint.ll4 ;; __attribute__((vec_type_hint(float4)))
8 ;; __attribute__((vec_type_hint(double)))
12 ;; __attribute__((vec_type_hint(uint4)))
16 ;; __attribute__((vec_type_hint(int8)))
28 define dso_local spir_kernel void @test_float() !vec_type_hint !4 {
33 define dso_local spir_kernel void @test_double() !vec_type_hint !5 {
38 define dso_local spir_kernel void @test_uint() !vec_type_hint !6 {
43 define dso_local spir_kernel void @test_int() !vec_type_hint !7 {
/llvm-project/clang/test/CodeGenOpenCL/
H A Dkernel-attributes.cl5 kernel __attribute__((vec_type_hint(int))) __attribute__((reqd_work_group_size(1,2,4))) void kerne…
6 …{(dso_local )?}}spir_kernel void @kernel1(i32 {{[^%]*}}%a) {{[^{]+}} !vec_type_hint ![[MD1:[0-9]+]…
8 kernel __attribute__((vec_type_hint(uint4))) __attribute__((work_group_size_hint(8,16,32))) void ke…
9 …{(dso_local )?}}spir_kernel void @kernel2(i32 {{[^%]*}}%a) {{[^{]+}} !vec_type_hint ![[MD3:[0-9]+]…
/llvm-project/libclc/generic/include/clc/
H A Dclcmacros.h19 __attribute__((vec_type_hint(typen)))
/llvm-project/llvm/test/MC/AMDGPU/
H A Dhsa-metadata-kernel-attrs-v3.s67 .vec_type_hint: int label
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dhsa-metadata-from-llvm-ir-full.ll961 ; CHECK: .vec_type_hint: half
964 !kernel_arg_base_type !3 !kernel_arg_type_qual !4 !vec_type_hint !26 {
1001 ; CHECK: .vec_type_hint: float
1004 !kernel_arg_base_type !3 !kernel_arg_type_qual !4 !vec_type_hint !27 {
1041 ; CHECK: .vec_type_hint: double
1044 !kernel_arg_base_type !3 !kernel_arg_type_qual !4 !vec_type_hint !28 {
1081 ; CHECK: .vec_type_hint: char
1084 !kernel_arg_base_type !3 !kernel_arg_type_qual !4 !vec_type_hint !29 {
1121 ; CHECK: .vec_type_hint: short
1124 !kernel_arg_base_type !3 !kernel_arg_type_qual !4 !vec_type_hint !30 {
[all …]
/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dpreprocess-metadata.ll14 define spir_kernel void @test1() !reqd_work_group_size !1 !vec_type_hint !2 {
/llvm-project/clang/test/Parser/
H A Dattributes.c57 int __attribute__((vec_type_hint(char, aligned(16) )) missing_rparen_1; // expected-error 2{{expect…
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h682 __attribute__((vec_type_hint(typen)))
686 __attribute__((vec_type_hint(typen)))
/llvm-project/clang/test/SemaCUDA/
H A Damdgpu-attrs.cu85 __attribute__((vec_type_hint(int)))
/llvm-project/clang/include/clang/Basic/
H A DAttr.td3553 let Spellings = [GNU<"vec_type_hint">];
/llvm-project/llvm/docs/
H A DAMDGPUUsage.rst3760 ``vec_type_hint`` attribute.
4166 ".vec_type_hint" string The name of a scalar or vector
4170 ``vec_type_hint`` attribute.
[all...]