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 21 typedef __attribute__((vector_size(8))) short v4i16; typedef
74 v4i16 pass_v4i16(v4i16 arg) { return arg; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 80 v4i16 = 32, // 4 x i16 enumerator in enum:llvm::MVT::SimpleValueType
234 return (SimpleTy == MVT::v8i8 || SimpleTy == MVT::v4i16 ||
329 case v4i16:
398 case v4i16:
465 case v4i16:
609 if (NumElements == 4) return MVT::v4i16;

Completed in 60 milliseconds