Searched refs:ext_vector_type (Results 1 – 7 of 7) sorted by relevance
163 typedef char char2 __attribute__((ext_vector_type(2)));164 typedef char char3 __attribute__((ext_vector_type(3)));165 typedef char char4 __attribute__((ext_vector_type(4)));166 typedef char char8 __attribute__((ext_vector_type(8)));183 typedef int int2 __attribute__((ext_vector_type(2)));184 typedef int int3 __attribute__((ext_vector_type(3)));185 typedef int int4 __attribute__((ext_vector_type(4)));186 typedef int int8 __attribute__((ext_vector_type(8)));187 typedef int int16 __attribute__((ext_vector_type(16)));188 typedef uint uint2 __attribute__((ext_vector_type(2)));[all …]
18 typedef _Bool __vm __attribute__((ext_vector_type(256)));19 typedef _Bool __vm256 __attribute__((ext_vector_type(256)));20 typedef _Bool __vm512 __attribute__((ext_vector_type(512)));24 typedef bool __vm __attribute__((ext_vector_type(256)));25 typedef bool __vm256 __attribute__((ext_vector_type(256)));26 typedef bool __vm512 __attribute__((ext_vector_type(512)));
293 typedef char c2 __attribute__((ext_vector_type(2))); in __ldg()304 typedef char c4 __attribute__((ext_vector_type(4))); in __ldg()314 typedef short s2 __attribute__((ext_vector_type(2))); in __ldg()322 typedef short s4 __attribute__((ext_vector_type(4))); in __ldg()332 typedef int i2 __attribute__((ext_vector_type(2))); in __ldg()340 typedef int i4 __attribute__((ext_vector_type(4))); in __ldg()350 typedef long long ll2 __attribute__((ext_vector_type(2))); in __ldg()395 typedef unsigned int ui2 __attribute__((ext_vector_type(2))); in __ldg()422 typedef float f2 __attribute__((ext_vector_type(2))); in __ldg()430 typedef float f4 __attribute__((ext_vector_type(4))); in __ldg()[all …]
293 typedef _Float16 __2f16 __attribute__((ext_vector_type(2)));294 typedef short __2i16 __attribute__((ext_vector_type(2)));
191 /// __attribute__((ext_vector_type(4))) int v = 5;
2898 const clang::ExtVectorType *ext_vector_type = in IsVectorType() local2900 if (ext_vector_type) { in IsVectorType()2902 *size = ext_vector_type->getNumElements(); in IsVectorType()2906 ext_vector_type->getElementType().getAsOpaquePtr()); in IsVectorType()
1534 let Spellings = [GNU<"ext_vector_type">];