Searched defs:v1f32 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dsystemz-abi-vector.c18 typedef __attribute__((vector_size(4))) float v1f32; typedef
106 v1f32 pass_v1f32(v1f32 arg) { return arg; }
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h110 v1f32 = 55, // 1 x f32 enumerator in enum:llvm::MVT::SimpleValueType
229 SimpleTy == MVT::v1f32);
352 case v1f32:
417 case v1f32:
458 case v1f32:
642 if (NumElements == 1) return MVT::v1f32;

Completed in 139 milliseconds