Searched refs:getVectorType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1344 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3385 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 D | Type.cpp | 873 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
| H A D | ASTImporter.cpp | 1148 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1634 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 D | SemaExpr.cpp | 8496 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 D | SemaDeclAttr.cpp | 4027 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr() 4039 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
|
| H A D | SemaInit.cpp | 1666 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| H A D | TreeTransform.h | 12487 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| H A D | SemaChecking.cpp | 5709 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 4652 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6010 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|