Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp494 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
H A DASTContext.cpp3456 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
3471 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
9428 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
H A DType.cpp885 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
H A DASTImporter.cpp1158 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp417 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
H A DSemaExpr.cpp6902 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors()
9573 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
9599 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
10704 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
10706 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
10708 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
10710 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
10713 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
H A DSemaType.cpp2395 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
H A DSemaInit.cpp1664 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1356 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp122 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1062 ast, ast->getExtVectorType(ast->UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
2256 ast, ast->getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6022 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()