Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DFormatString.cpp565 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
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()
DType.cpp1018 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
DASTImporter.cpp1272 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTypeProperties.td207 return ctx.getExtVectorType(elementType, numElements);
DASTContext.h1493 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/openbsd/src/gnu/llvm/clang/lib/Sema/
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 …]
DSemaExprMember.cpp416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExprCXX.cpp6339 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
DSemaType.cpp2786 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1826 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGAtomic.cpp120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp851 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
2284 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()