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

  /external/clang/test/CodeGen/
ppc64-vector.c 5 typedef short v4i16 __attribute__((vector_size (8))); typedef
25 v4i16 test_v4i16(v4i16 x)
systemz-abi-vector.c 16 typedef __attribute__((vector_size(8))) short v4i16; typedef
57 v4i16 pass_v4i16(v4i16 arg) { return arg; }
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 75 v4i16 = 28, // 4 x i16 enumerator in enum:llvm::MVT::SimpleValueType
217 return (SimpleTy == MVT::v8i8 || SimpleTy == MVT::v4i16 ||
299 case v4i16:
353 case v4i16:
416 case v4i16:
546 if (NumElements == 4) return MVT::v4i16;

Completed in 53 milliseconds