Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp608 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
H A DASTContext.cpp4503 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() function in ASTContext
4523 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
11923 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
13383 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DType.cpp1094 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
H A DASTImporter.cpp1302 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp492 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
1736 QualType VectorTy = S.Context.getExtVectorType(BaseType, 1); in LookupMemberExpr()
H A DSemaExpr.cpp8205 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors()
9872 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector()
11284 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11310 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
12533 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType()
12535 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
12537 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
12539 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
12541 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType()
12543 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
[all …]
H A DSemaExprCXX.cpp4308 return Context.getExtVectorType(ElType, FromVec->getNumElements()); in adjustVectorType()
4836 Context.getExtVectorType(ElType, ToVec->getNumElements()); in PerformImplicitConversion()
6704 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
H A DSemaType.cpp2420 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
H A DSemaInit.cpp1952 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td233 return ctx.getExtVectorType(elementType, numElements);
H A DASTContext.h1574 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp798 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
2243 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()