Home
last modified time | relevance | path

Searched defs:float2 (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/PCH/Inputs/
H A Dchain-ext_vector1.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
/llvm-project/clang/test/PCH/
H A Dext_vector.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
H A Dexprs.h106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
/llvm-project/clang/test/CodeGen/
H A Dbuiltin_vectorelements.c20 typedef float float2 __attribute__((vector_size(8))); typedef
H A Dnofpclass.c17 typedef float float2 __attribute__((ext_vector_type(2))); typedef
H A Dbuiltins-nvptx.c685 typedef float float2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
793 typedef float float2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
H A Dext-vector.c4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
H A Dbuiltins-elementwise-math.c6 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/llvm-project/clang/test/Sema/
H A Dext_vector_components.c3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
H A Dvector-cast.c47 typedef float float2 __attribute__ ((vector_size (8))); typedef
H A Dext_vector_casts.c5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
[all...]
H A Dbuiltins-elementwise-math.c5 typedef float float2 __attribute__((ext_vector_type(2))); typedef
[all...]
/llvm-project/clang/test/CodeGen/X86/
H A Davx512fp16-abi.c152 struct float2 { struct
158 float pr51813(struct float2 s) { in pr51813() argument
/llvm-project/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h65 typedef vector<float, 2> float2; global() typedef
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h104 struct float2 { struct
106 __host__ __device__ float2(float x = 0, float y = 0) : x(x), y(y) {} in x() argument
/llvm-project/clang/test/SemaTemplate/
H A Dext-vector-type.cpp87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
H A Dmatrix-type.cpp181 typedef float __attribute__((matrix_type(2, 3))) float2; typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp85 typedef float float2 __attribute__((ext_vector_type(2))); typedef
H A Datomic_read_codegen.c77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
H A Datomic_write_codegen.c77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
H A Datomic_update_codegen.cpp77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h207 typedef float float2 __attribute__((ext_vector_type(2))); global() typedef