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

  /external/clang/test/CodeGen/
systemz-abi-vector.c 13 typedef __attribute__((vector_size(4))) float v1f32; typedef
81 v1f32 pass_v1f32(v1f32 arg) { return arg; }
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 96 v1f32 = 45, // 1 x f32 enumerator in enum:llvm::MVT::SimpleValueType
212 SimpleTy == MVT::v1f32);
316 case v1f32:
371 case v1f32:
409 case v1f32:
571 if (NumElements == 1) return MVT::v1f32;

Completed in 208 milliseconds