Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp625 …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/
HDSemaExprMember.cpp365 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
HDSemaExpr.cpp5991 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()
HDSemaType.cpp2174 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
HDSemaInit.cpp1482 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1089 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2847 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()
HDType.cpp788 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
HDASTImporter.cpp1623 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5098 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()