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

  /external/clang/test/CodeGen/
x86_64-arguments.c 155 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
156 v4f32 f25(v4f32 X) {
179 v4f32 v;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 98 v4f32 = 43, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
213 SimpleTy == MVT::v4f32 || SimpleTy == MVT::v2f64);
292 case v4f32:
328 case v4f32:
391 case v4f32:
525 if (NumElements == 4) return MVT::v4f32;

Completed in 49 milliseconds