Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp993 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anon6618677d0111::EmitterBase
1000 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anon6618677d0111::EmitterBase
1001 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType()
1104 return getVectorType(cast<ScalarType>(Element)); in getType()
1107 return getVectorType(cast<ScalarType>(Element), in getType()
1781 const VectorType *VT = getVectorType(ST); in EmitHeader()
2048 const VectorType *VT = getVectorType(ST); in EmitHeader()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp151 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
H A DCGExprScalar.cpp827 return Ctx.getVectorType(Ctx.FloatTy, NumElements, VT->getVectorKind()); in getPromotionType()
H A DCGDebugInfo.cpp3144 Ctx.getVectorType(Ctx.CharTy, NumVectorBytes, VectorKind::Generic); in CreateType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td177 return ctx.getVectorType(elementType, numElements, vectorKind);
H A DASTContext.h1500 QualType getVectorType(QualType VectorType, unsigned NumElts,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1812 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
2815 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()
8516 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
8583 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr()
8672 CurType = S.Context.getVectorType(EltType, NumElts, VecKind); in HandleRISCVRVVVectorBitsTypeAttr()
H A DSemaExpr.cpp10871 : S.Context.getVectorType(ElementType, VecTy->getNumElements(), in convertVector()
13574 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType()
13577 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType()
13580 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
13583 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType()
13586 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
13590 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaDeclAttr.cpp4884 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
4896 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
H A DSemaExprCXX.cpp6458 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
H A DSemaChecking.cpp4828 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
9438 Context.getVectorType(eltType, numResElements, VectorKind::Generic); in SemaBuiltinShuffleVector()
H A DSemaInit.cpp1874 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DTreeTransform.h15076 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4019 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
4039 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
11026 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
11100 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
11427 Type = Context.getVectorType(ElementType, NumElements, VectorKind::Generic); in DecodeTypeFromStr()
12873 return Ctx.getVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DType.cpp1028 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
H A DASTImporter.cpp1278 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()