Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp995 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anonb7c02cfb0111::EmitterBase
1002 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anonb7c02cfb0111::EmitterBase
1003 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType()
1106 return getVectorType(cast<ScalarType>(Element)); in getType()
1109 return getVectorType(cast<ScalarType>(Element), in getType()
1776 const VectorType *VT = getVectorType(ST); in EmitHeader()
2043 const VectorType *VT = getVectorType(ST); in EmitHeader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td177 return ctx.getVectorType(elementType, numElements, vectorKind);
H A DASTContext.h1438 QualType getVectorType(QualType VectorType, unsigned NumElts,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1777 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
2622 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7937 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr()
H A DSemaExpr.cpp9845 QualType NewVecTy = S.Context.getVectorType(ElementType, in convertVector()
12241 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType()
12244 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
12247 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType()
12250 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
12254 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaDeclAttr.cpp4354 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
4366 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
H A DSemaChecking.cpp3218 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
6572 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
H A DSemaExprCXX.cpp6110 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
H A DSemaInit.cpp1814 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DTreeTransform.h14323 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3924 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
3940 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
10149 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
10217 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
10527 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
H A DType.cpp996 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
H A DASTImporter.cpp1230 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5152 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()