Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4362 bool IsQPXVectorTy(const Type *Ty) const { in IsQPXVectorTy() function in __anon2eb210400511::PPC64_SVR4_ABIInfo
4384 bool IsQPXVectorTy(QualType Ty) const { in IsQPXVectorTy() function in __anon2eb210400511::PPC64_SVR4_ABIInfo
4385 return IsQPXVectorTy(Ty.getTypePtr()); in IsQPXVectorTy()
4420 if (IsQPXVectorTy(T) || in computeInfo()
4513 if (IsQPXVectorTy(Ty)) { in getParamTypeAlignment()
4528 if (IsQPXVectorTy(EltType) || (EltType->isVectorType() && in getParamTypeAlignment()
4542 if (AlignAsType && IsQPXVectorTy(AlignAsType)) { in getParamTypeAlignment()
4679 if (getContext().getTypeSize(VT) == 128 || IsQPXVectorTy(Ty)) in isHomogeneousAggregateBaseType()
4708 if (Ty->isVectorType() && !IsQPXVectorTy(Ty)) { in classifyArgumentType()
4780 if (RetTy->isVectorType() && !IsQPXVectorTy(RetTy)) { in classifyReturnType()