Searched refs:getExtVectorType (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | FormatString.cpp | 500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
H A D | ASTContext.cpp | 3980 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 3995 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 10494 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
H A D | Type.cpp | 1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
H A D | ASTImporter.cpp | 1222 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 207 return ctx.getExtVectorType(elementType, numElements);
|
H A D | ASTContext.h | 1405 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 413 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
H A D | SemaExpr.cpp | 8097 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 10977 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11003 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12130 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12132 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12134 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12136 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 12139 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
H A D | SemaExprCXX.cpp | 6059 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
H A D | SemaType.cpp | 2645 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
H A D | SemaInit.cpp | 1812 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|