Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp565 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
H A DASTContext.cpp4114 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() function in ASTContext
4134 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
11323 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
12738 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DType.cpp1018 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
H A DASTImporter.cpp1272 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td207 return ctx.getExtVectorType(elementType, numElements);
H A DASTContext.h1493 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8714 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors()
10464 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector()
11832 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11858 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
13112 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType()
13114 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
13116 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
13118 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
13120 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType()
13122 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
[all …]
H A DSemaExprMember.cpp416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
H A DSemaExprCXX.cpp6339 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
H A DSemaInit.cpp1826 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
H A DSemaType.cpp2786 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp851 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
2284 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()