Searched refs:getExtVectorType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
| H A D | ASTContext.cpp | 3995 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 4010 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 10541 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
| H A D | Type.cpp | 1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| H A D | ASTImporter.cpp | 1240 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 207 return ctx.getExtVectorType(elementType, numElements);
|
| H A D | ASTContext.h | 1450 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 414 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 8161 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 11066 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11092 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12228 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12230 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12232 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12234 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 12237 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
| H A D | SemaExprCXX.cpp | 6108 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
| H A D | SemaType.cpp | 2669 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| H A D | SemaInit.cpp | 1812 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 858 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2246 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|