Searched refs:getExtVectorType (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | FormatString.cpp | 565 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
| H A D | ASTContext.cpp | 4114 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() function in ASTContext 4134 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 11323 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr() 12738 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1018 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| H A D | ASTImporter.cpp | 1272 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 207 return ctx.getExtVectorType(elementType, numElements);
|
| H A D | ASTContext.h | 1493 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8714 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 10464 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector() 11832 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11858 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 13112 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType() 13114 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 13116 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 13118 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 13120 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType() 13122 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() [all …]
|
| H A D | SemaExprMember.cpp | 416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| H A D | SemaExprCXX.cpp | 6339 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
| H A D | SemaInit.cpp | 1826 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| H A D | SemaType.cpp | 2786 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 120 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 851 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2284 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|