Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DFormatString.cpp500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
DASTContext.cpp3995 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
4010 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
10541 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
DType.cpp1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
DASTImporter.cpp1240 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td207 return ctx.getExtVectorType(elementType, numElements);
DASTContext.h1450 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp414 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp8161 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors()
11066 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11092 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
12228 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
12230 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
12232 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
12234 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
12237 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaType.cpp2669 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaExprCXX.cpp6108 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
DSemaInit.cpp1812 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp858 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
2246 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()