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

  /external/clang/test/CodeGen/
ppc64-vector.c 8 typedef short v16i16 __attribute__((vector_size (32))); typedef
10 struct v16i16 { v16i16 x; }; struct
43 v16i16 test_v16i16(v16i16 x)
48 // CHECK: define void @test_struct_v16i16(%struct.v16i16* noalias sret %agg.result, [2 x i128] %x.coerce)
49 struct v16i16 test_struct_v16i16(struct v16i16 x)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 62 v16i16 = 20, // 16 x i16 enumerator in enum:llvm::MVT::SimpleValueType
198 case v16i16: return i16;
220 case v16i16: return 16;
279 case v16i16:
349 if (NumElements == 16) return MVT::v16i16;
505 V == MVT::v16i16 || V == MVT::v8i32 || V == MVT::v4i64);

Completed in 271 milliseconds