Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h163 bool isSIMDVectorType(ASTContext &Context, QualType Ty);
H A DABIInfoImpl.cpp464 bool CodeGen::isSIMDVectorType(ASTContext &Context, QualType Ty) { in isSIMDVectorType() function in CodeGen
483 if (isSIMDVectorType(Context, FT)) in isRecordWithSIMDVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp600 if (Align >= 16 && (isSIMDVectorType(getContext(), Ty) || in getTypeStackAlignInBytes()