/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
D | ASTContext.cpp | 3910 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 3925 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 10307 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
D | Type.cpp | 1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
D | ASTImporter.cpp | 1221 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 207 return ctx.getExtVectorType(elementType, numElements);
|
D | ASTContext.h | 1362 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1174 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
D | SemaExpr.cpp | 6494 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 8662 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkOpenCLVectorShift() 9446 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 9448 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 9450 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 9452 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 9455 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
D | SemaType.cpp | 2326 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
D | SemaInit.cpp | 1548 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprMember.cpp | 414 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
D | SemaExpr.cpp | 7997 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 10864 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 10890 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12017 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12019 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12021 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12023 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 12026 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
D | SemaType.cpp | 2636 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
D | SemaInit.cpp | 1783 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2917 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 2932 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 8257 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
D | Type.cpp | 811 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
D | ASTImporter.cpp | 1706 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 857 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2141 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5354 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|