Home
last modified time | relevance | path

Searched defs:v2f64 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-mips-msa.c15 typedef double v2f64 __attribute__ ((vector_size(16))); typedef
Dsystemz-abi-vector.c33 typedef __attribute__((vector_size(16))) double v2f64; typedef
/external/llvm-project/llvm/unittests/CodeGen/
DScalableVectorMVTsTest.cpp136 EVT v2f64 = EVT::getVectorVT(Ctx, MVT::f64, 2); in TEST() local
/external/llvm-project/clang/test/Sema/
Dvector-gcc-compat.cpp18 typedef double v2f64 __attribute__((vector_size(16))); typedef
Dvector-gcc-compat.c16 typedef double v2f64 __attribute__((vector_size(16))); typedef
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h116 v2f64 = 61, // 2 x f64 enumerator
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-abi-vector.c43 typedef __attribute__((vector_size(16))) double v2f64; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h140 v2f64 = 85, // 2 x f64 enumerator
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h154 v2f64 = 99, // 2 x f64 enumerator
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1421 using v2f64 = tcu::Vector<tcu::Float64, 2>; typedef
/external/llvm-project/clang/lib/Headers/
Dmsa.h32 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef