Home
last modified time | relevance | path

Searched refs:getVectorType (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1082 QualType getVectorType(QualType VectorType, unsigned NumElts,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2815 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
2831 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
7830 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
8027 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
HDType.cpp776 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
HDASTImporter.cpp1613 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1528 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
5930 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr()
6070 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
HDSemaDeclAttr.cpp3230 S.Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in handleModeAttr()
HDSemaInit.cpp1484 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
HDSemaChecking.cpp2505 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
HDTreeTransform.h10763 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5086 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()