Searched defs:v16i8 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-error2.c4 typedef __attribute__((vector_size(16))) char v16i8; typedef
6 v16i8 f0(v16i8 a, v16i8 b) {
8 v16i8 tmp = __builtin_s390_vaq(a, b); // expected-error {{'__builtin_s390_vaq' needs target feature vector}}
H A Dbuiltins-mips-msa.c5 typedef signed char v16i8 __attribute__ ((vector_size(16))); typedef
18 v16i8 v16i8_a = (v16i8) {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
19 v16i8 v16i8_b = (v16i8) {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16};
20 v16i8 v16i8_r;
H A Dsystemz-abi-vector.c27 typedef __attribute__((vector_size(16))) char v16i8; typedef
38 unsigned int align = __alignof__ (v16i8);
58 v16i8 pass_v16i8(v16i8 arg) { return arg; }
153 struct agg_v16i8 { v16i8 a; };
317 v16i8 va_v16i8(__builtin_va_list l) { return __builtin_va_arg(l, v16i8); }
/external/llvm/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp14 /// v16i8 => i128
15 /// - v16i8 is used for constant memory resource descriptors. This type is
17 /// in the backend, because we want the legalizer to expand all v16i8
38 Type *v16i8; member in class:__anon13012::SITypeRewriter
59 v16i8 = VectorType::get(Type::getInt8Ty(M.getContext()), 16);
79 if (ElemTy == v16i8) {
107 if (Arg->getType() == v16i8) {
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
H A Dvecoperations.c3 typedef unsigned char v16i8 __attribute__((ext_vector_type(16))); typedef
10 void print_v16i8(const char *str, const v16i8 v) {
13 v16i8 vec;
24 void print_v16i8_hex(const char *str, const v16i8 v) {
27 v16i8 vec;
68 v16i8 v16i8_mpy(v16i8 v1, v16i8 v2) {
72 v16i8 v16i8_add(v16i8 v
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h153 LLVMTypeRef v16i8; member in struct:si_shader_context
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h57 v16i8 = 15, // 16 x i8 enumerator in enum:llvm::MVT::SimpleValueType
193 case v16i8:
219 case v16i8:
272 case v16i8:
342 if (NumElements == 16) return MVT::v16i8;
436 case 16: return MVT::v16i8;
496 return (V==MVT::v16i8 || V==MVT::v8i16 || V==MVT::v4i32 ||
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c105 LLVMTypeRef v16i8; member in struct:nir_to_llvm_context
421 arg_types[arg_idx++] = const_array(ctx->v16i8, 16); /* vertex buffers */
563 ctx->v16i8 = LLVMVectorType(ctx->i8, 16);

Completed in 465 milliseconds