/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 994 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anon819a2c470111::EmitterBase 1001 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anon819a2c470111::EmitterBase 1002 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType() 1105 return getVectorType(cast<ScalarType>(Element)); in getType() 1108 return getVectorType(cast<ScalarType>(Element), in getType() 1782 const VectorType *VT = getVectorType(ST); in EmitHeader() 2049 const VectorType *VT = getVectorType(ST); in EmitHeader()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfo.cpp | 151 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
|
H A D | CGExprScalar.cpp | 846 return Ctx.getVectorType(Ctx.FloatTy, NumElements, VT->getVectorKind()); in getPromotionType()
|
H A D | CGDebugInfo.cpp | 3270 Ctx.getVectorType(Ctx.CharTy, NumVectorBytes, VectorKind::Generic); in CreateType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPPC.cpp | 284 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
|
H A D | SemaHLSL.cpp | 955 ExpectedType = S->Context.getVectorType( in CheckArgsTypesAreCorrect() 1008 ReturnType = S->Context.getVectorType(ReturnType, VecTyA->getNumElements(), in SetElementTypeAsReturnType()
|
H A D | SemaType.cpp | 1423 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 2362 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType() 8210 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr() 8277 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr() 8366 CurType = S.Context.getVectorType(EltType, NumElts, VecKind); in HandleRISCVRVVVectorBitsTypeAttr()
|
H A D | SemaExpr.cpp | 9873 : S.Context.getVectorType(ElementType, VecTy->getNumElements(), in convertVector() 12550 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType() 12553 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType() 12556 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType() 12559 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType() 12562 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType() 12566 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
|
H A D | SemaDeclAttr.cpp | 4409 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr() 4421 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
|
H A D | SemaExprCXX.cpp | 6706 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
|
H A D | SemaInit.cpp | 1954 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
H A D | SemaChecking.cpp | 5029 Context.getVectorType(eltType, numResElements, VectorKind::Generic); in BuiltinShuffleVector()
|
H A D | TreeTransform.h | 16109 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 203 return ctx.getVectorType(elementType, numElements, vectorKind);
|
H A D | ASTContext.h | 1562 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4430 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext 4450 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 11505 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType() 11579 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType() 11910 Type = Context.getVectorType(ElementType, NumElements, VectorKind::Generic); in DecodeTypeFromStr() 13377 return Ctx.getVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
H A D | Type.cpp | 1082 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
H A D | ASTImporter.cpp | 1292 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
|