HomeSort by relevance Sort by last modified time
    Searched defs:v1i64 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
const-init.c 137 typedef long long v1i64 __attribute((vector_size(8))); typedef
143 static v1i64 a = (v1i64)10LL;
systemz-abi-vector.c 23 typedef __attribute__((vector_size(8))) long long v1i64; typedef
94 v1i64 pass_v1i64(v1i64 arg) { return arg; }
    [all...]
x86_64-arguments.c 261 typedef unsigned long long v1i64 __attribute__((__vector_size__(8))); typedef
265 v1i64 f34(v1i64 arg) { return arg; }
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 95 v1i64 = 45, // 1 x i64 enumerator in enum:llvm::MVT::SimpleValueType
235 SimpleTy == MVT::v2i32 || SimpleTy == MVT::v1i64 ||
342 case v1i64:
415 case v1i64:
467 case v1i64:
626 if (NumElements == 1) return MVT::v1i64;

Completed in 485 milliseconds