Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp7434 bool isVectorTypeBased(const Type *Ty, bool IsParam) const;
7452 if (!HasVisibleVecABIFlag && isVectorTypeBased(Ty, IsParam)) { in handleExternallyVisibleObjABI()
7863 bool SystemZTargetCodeGenInfo::isVectorTypeBased(const Type *Ty, in isVectorTypeBased() function in SystemZTargetCodeGenInfo
7894 if (isVectorTypeBased(I.getType().getTypePtr(), /*IsParam*/false)) in isVectorTypeBased()
7897 if (isVectorTypeBased(FD->getType().getTypePtr(), /*IsParam*/false)) in isVectorTypeBased()
7902 if (isVectorTypeBased(FT->getReturnType().getTypePtr(), /*IsParam*/true)) in isVectorTypeBased()
7906 if (isVectorTypeBased(ParamType.getTypePtr(), /*IsParam*/true)) in isVectorTypeBased()