Searched refs:getExtVectorType (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 608 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
H A D | ASTContext.cpp | 4503 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() function in ASTContext 4523 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 11923 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr() 13383 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
H A D | Type.cpp | 1094 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
H A D | ASTImporter.cpp | 1302 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 492 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent() 1736 QualType VectorTy = S.Context.getExtVectorType(BaseType, 1); in LookupMemberExpr()
|
H A D | SemaExpr.cpp | 8205 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 9872 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector() 11284 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11310 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12533 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType() 12535 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12537 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12539 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12541 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType() 12543 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() [all …]
|
H A D | SemaExprCXX.cpp | 4308 return Context.getExtVectorType(ElType, FromVec->getNumElements()); in adjustVectorType() 4836 Context.getExtVectorType(ElType, ToVec->getNumElements()); in PerformImplicitConversion() 6704 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
H A D | SemaType.cpp | 2420 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
H A D | SemaInit.cpp | 1952 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 233 return ctx.getExtVectorType(elementType, numElements);
|
H A D | ASTContext.h | 1574 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 798 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2243 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|