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

  /external/clang/test/CodeGen/
systemz-abi-vector.c 25 typedef __attribute__((vector_size(8))) double v1f64; typedef
118 v1f64 pass_v1f64(v1f64 arg) { return arg; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 115 v1f64 = 60, // 1 x f64 enumerator in enum:llvm::MVT::SimpleValueType
237 SimpleTy == MVT::v1f64);
357 case v1f64:
418 case v1f64: return 1;
470 case v1f64: return 64;
649 if (NumElements == 1) return MVT::v1f64;

Completed in 237 milliseconds