Searched refs:getExtVectorType (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 870 Ty = S.getASTContext().getExtVectorType(Ty, Sz); in castVector() 950 QualType NewTy = Ctx.getExtVectorType( in handleIntegerVectorBinOpConversion() 2566 S->Context.getExtVectorType(ReturnType, VecTyA->getNumElements()); in SetElementTypeAsReturnType() 2681 S->getASTContext().getExtVectorType(Arg1ScalarTy, Arg0Length)); in CheckVectorSelect() 2880 ResTy = SemaRef.Context.getExtVectorType(ResTy, VecTy->getNumElements()); in CheckBuiltinFunctionCall()
|
| H A D | SemaExprMember.cpp | 493 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent() 1671 QualType VectorTy = S.Context.getExtVectorType(BaseType, 1); in LookupMemberExpr()
|
| H A D | SemaExpr.cpp | 8371 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors() 10064 ? S.Context.getExtVectorType(ElementType, VecTy->getNumElements()) in convertVector() 11571 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift() 11597 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift() 12889 return Context.getExtVectorType(Context.BoolTy, VTy->getNumElements()); in GetSignedVectorType() 12891 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 12893 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12895 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 12897 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType() 12899 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() [all …]
|
| H A D | SemaExprCXX.cpp | 4661 return Context.getExtVectorType(ElType, FromVec->getNumElements()); in adjustVectorType() 5206 TruncTy = Context.getExtVectorType(TruncTy, ToVec->getNumElements()); in PerformImplicitConversion() 5710 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
|
| H A D | SemaInit.cpp | 2027 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| H A D | SemaType.cpp | 2445 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 694 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType()
|
| H A D | ASTContext.cpp | 4730 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() function in ASTContext 4749 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 12545 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr() 14182 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1144 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
|
| H A D | ASTImporter.cpp | 1533 return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr, in VisitExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 218 return ctx.getExtVectorType(elementType, numElements);
|
| H A D | ASTContext.h | 1693 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 119 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 818 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 2264 return GetType(ast.getExtVectorType(ClangUtil::GetQualType(element_type), in CreateArrayType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8855 {"_ZNK5clang10ASTContext16getExtVectorTypeENS_8QualTypeEj", "clang::ASTContext::getExtVectorType(cl…
|