Home
last modified time | relevance | path

Searched refs:vec_splatid (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dp10-splatImm.ll297 define dso_local <2 x double> @vec_splatid() local_unnamed_addr {
298 ; CHECK-LABEL: vec_splatid:
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c1561 return vec_splatid(1.0); in test_vec_vec_splatid()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h19017 static __inline__ vector double __ATTRS_o_ai vec_splatid(const float __a) { in vec_splatid() function