Home
last modified time | relevance | path

Searched refs:isRecordWithSIMDVectorType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp468 bool CodeGen::isRecordWithSIMDVectorType(ASTContext &Context, QualType Ty) { in isRecordWithSIMDVectorType() function in CodeGen
477 if (!isRecordWithSIMDVectorType(Context, I.getType())) in isRecordWithSIMDVectorType()
486 if (isRecordWithSIMDVectorType(Context, FT)) in isRecordWithSIMDVectorType()
H A DABIInfoImpl.h165 bool isRecordWithSIMDVectorType(ASTContext &Context, QualType Ty);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp233 if (isRecordWithSIMDVectorType(getContext(), Ty)) in getParamTypeAlignment()
H A DX86.cpp601 isRecordWithSIMDVectorType(getContext(), Ty))) in getTypeStackAlignInBytes()