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, %struct.v16i16* byval align 16)
49 struct v16i16 test_struct_v16i16(struct v16i16 x)
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 76 v16i16 = 30, // 16 x i16 enumerator in enum:llvm::MVT::SimpleValueType
219 SimpleTy == MVT::v32i8 || SimpleTy == MVT::v16i16 ||
285 case v16i16:
323 case v16i16:
417 case v16i16:
531 if (NumElements == 16) return MVT::v16i16;

Completed in 82 milliseconds