Searched refs:getExtVectorType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | FormatString.cpp | 494 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
| H A D | ASTContext.cpp | 3456 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 3471 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 9428 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
| H A D | Type.cpp | 885 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| H A D | ASTImporter.cpp | 1158 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 417 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 6902 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 9573 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 9599 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 10704 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 10706 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 10708 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 10710 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 10713 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
| H A D | SemaType.cpp | 2395 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| H A D | SemaInit.cpp | 1664 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1356 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 122 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1062 ast, ast->getExtVectorType(ast->UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2256 ast, ast->getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6022 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|