Home
last modified time | relevance | path

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

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