| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 993 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anonece5a09e0111::EmitterBase 1000 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anonece5a09e0111::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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 177 return ctx.getVectorType(elementType, numElements, vectorKind);
|
| H A D | ASTContext.h | 1481 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4040 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext 4060 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 10919 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType() 10993 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType() 11309 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr() 12732 return Ctx.getVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1006 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
| H A D | ASTImporter.cpp | 1262 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1794 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 2725 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType() 8126 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr() 8193 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr()
|
| H A D | SemaExpr.cpp | 10465 : S.Context.getVectorType(ElementType, VecTy->getNumElements(), in convertVector() 13129 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType() 13132 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType() 13135 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType() 13138 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType() 13141 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType() 13145 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
|
| H A D | SemaDeclAttr.cpp | 4762 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr() 4774 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
|
| H A D | SemaExprCXX.cpp | 6341 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
|
| H A D | SemaChecking.cpp | 4076 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr() 7688 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| H A D | SemaInit.cpp | 1828 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| H A D | TreeTransform.h | 14805 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2998 QualType CharVecTy = Ctx.getVectorType(Ctx.CharTy, NumVectorBytes, in CreateType()
|
| H A D | TargetInfo.cpp | 5257 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
|