Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1344 QualType getVectorType(QualType VectorType, unsigned NumElts,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3385 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
3401 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
9167 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
9414 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
H A DType.cpp873 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
H A DASTImporter.cpp1148 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1634 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
2347 return Context.getVectorType(CurType, VectorSize / TypeSize, in BuildVectorType()
7144 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
H A DSemaExpr.cpp8496 QualType NewVecTy = S.Context.getVectorType(ElementType, in convertVector()
10717 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType()
10720 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
10723 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType()
10726 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
10730 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaDeclAttr.cpp4027 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
4039 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
H A DSemaInit.cpp1666 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DTreeTransform.h12487 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
H A DSemaChecking.cpp5709 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4652 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6010 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()