Searched refs:getExtVectorType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | FormatString.cpp | 505 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
| H A D | ASTContext.cpp | 4081 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 4096 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 11178 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
| H A D | Type.cpp | 1014 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| H A D | ASTImporter.cpp | 1277 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 207 return ctx.getExtVectorType(elementType, numElements);
|
| H A D | ASTContext.h | 1519 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8489 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 10203 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector() 11571 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11597 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12831 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType() 12833 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12835 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12837 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12839 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType() 12841 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() [all …]
|
| H A D | SemaExprMember.cpp | 416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| H A D | SemaExprCXX.cpp | 6219 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
| H A D | SemaType.cpp | 2724 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| H A D | SemaInit.cpp | 1812 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 848 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2251 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|