Home
last modified time | relevance | path

Searched refs:getExtVectorType (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/lib/AST/
DFormatString.cpp500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
DASTContext.cpp3910 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()
DType.cpp1008 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
DASTImporter.cpp1221 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td207 return ctx.getExtVectorType(elementType, numElements);
DASTContext.h1362 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/external/clang/include/clang/AST/
DASTContext.h1174 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/external/clang/lib/Sema/
DSemaExprMember.cpp393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp6494 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()
DSemaType.cpp2326 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1548 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp414 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp7997 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()
DSemaType.cpp2636 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1783 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/external/clang/lib/CodeGen/
DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/external/clang/lib/AST/
DASTContext.cpp2917 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()
DType.cpp811 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
DASTImporter.cpp1706 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp857 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/
DASTReader.cpp5354 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()