Searched defs:v16i8 (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Target/R600/ |
H A D | SITypeRewriter.cpp | 14 /// 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 37 Type *v16i8; member in class:__anon10869::SITypeRewriter 58 v16i8 = VectorType::get(Type::getInt8Ty(M.getContext()), 16); 85 if (ElemTy == v16i8) { 110 if (Arg->getType() == v16i8) {
|
/external/clang/test/CodeGen/ |
H A D | builtins-mips-msa.c | 5 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 D | systemz-abi-vector.c | 22 typedef __attribute__((vector_size(16))) char v16i8; typedef 45 v16i8 pass_v16i8(v16i8 arg) { return arg; } 198 v16i8 va_v16i8(__builtin_va_list l) { return __builtin_va_arg(l, v16i8); }
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineValueType.h | 70 v16i8 = 23, // 16 x i8 enumerator in enum:llvm::MVT::SimpleValueType 225 return (SimpleTy == MVT::v16i8 || SimpleTy == MVT::v8i16 || 294 case v16i8: 338 case v16i8: 426 case v16i8: 539 if (NumElements == 16) return MVT::v16i8;
|
Completed in 7472 milliseconds