Searched refs:getExtVectorType (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 625 …return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr()… in GetBuiltinTypeForEncodingAndBitSize() 1862 …return ClangASTType (ast, ast->getExtVectorType(element_type.GetQualType(), element_count).getAsOp… in CreateArrayType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprMember.cpp | 365 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| HD | SemaExpr.cpp | 5991 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 8054 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkOpenCLVectorShift() 8839 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 8841 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 8843 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 8845 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 8848 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
| HD | SemaType.cpp | 2174 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| HD | SemaInit.cpp | 1482 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1089 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGAtomic.cpp | 120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2847 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 2862 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 8041 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
| HD | Type.cpp | 788 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| HD | ASTImporter.cpp | 1623 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5098 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|