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 18 typedef __attribute__((vector_size(4))) float v1f32; typedef
106 v1f32 pass_v1f32(v1f32 arg) { return arg; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 110 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 919 milliseconds