Searched refs:vec_align (Results 1 – 2 of 2) sorted by relevance
29 size_t vec_align = sizeof (__vector float); in _mm_malloc() local32 if (alignment < vec_align) in _mm_malloc()33 alignment = vec_align; in _mm_malloc()
401 CodeGen/X86/vec_align.ll tests whether we can turn 4 scalar loads into a single414 vec_align.ll without -relocation-model=static, you'll see what I mean.