Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
H A DASTContext.cpp3980 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 DType.cpp1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
H A DASTImporter.cpp1222 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td207 return ctx.getExtVectorType(elementType, numElements);
H A DASTContext.h1405 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp413 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
H A DSemaExpr.cpp8097 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 DSemaExprCXX.cpp6059 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
H A DSemaType.cpp2645 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
H A DSemaInit.cpp1812 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()