Searched defs:short4 (Results 1 – 15 of 15) sorted by relevance
4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
5 typedef short short4 __attribute__ ((vector_size (8))); typedef
39 typedef short __attribute__((vector_size(8))) short4; typedef
7 typedef short short4 __attribute__ ((vector_size (8))); typedef
604 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
39 typedef __attribute__((ext_vector_type(4))) short short4; typedef
347 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
199 using short4 = Vec4<int16_t>; variable
203 using short4 = vec4<short>; typedef
90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
77 typedef short short4 __attribute__((ext_vector_type(4))); typedef
2009 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value(); in Short4() local
2541 Value *short4 = Nucleus::createBitCast(int2, Short4::type()); in Short4() local