Searched defs:v1i64 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dconst-init.c137 typedef long long v1i64 __attribute((vector_size(8))); typedef
143 static v1i64 a = (v1i64)10LL;
H A Dsystemz-abi-vector.c23 typedef __attribute__((vector_size(8))) long long v1i64; typedef
94 v1i64 pass_v1i64(v1i64 arg) { return arg; }
H A Dx86_64-arguments.c261 typedef unsigned long long v1i64 __attribute__((__vector_size__(8))); typedef
265 v1i64 f34(v1i64 arg) { return arg; }
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h66 v1i64 = 24, // 1 x i64 enumerator in enum:llvm::MVT::SimpleValueType
202 case v1i64:
238 case v1i64: return 1;
266 case v1i64:
357 if (NumElements == 1) return MVT::v1i64;
432 case 1: return MVT::v1i64;
489 V == MVT::v1i64 || V==MVT::v2f32);

Completed in 148 milliseconds