Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp430 bool CodeGen::isRecordWithSIMDVectorType(ASTContext &Context, QualType Ty) { in isRecordWithSIMDVectorType() function in CodeGen
439 if (!isRecordWithSIMDVectorType(Context, I.getType())) in isRecordWithSIMDVectorType()
448 if (isRecordWithSIMDVectorType(Context, FT)) in isRecordWithSIMDVectorType()
H A DABIInfoImpl.h154 bool isRecordWithSIMDVectorType(ASTContext &Context, QualType Ty);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp232 if (isRecordWithSIMDVectorType(getContext(), Ty)) in getParamTypeAlignment()
H A DX86.cpp600 isRecordWithSIMDVectorType(getContext(), Ty))) in getTypeStackAlignInBytes()