Searched refs:getVectorType (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1082 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2815 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext 2831 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 7830 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType() 8027 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
|
| HD | Type.cpp | 776 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
| HD | ASTImporter.cpp | 1613 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 1528 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 5930 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr() 6070 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
|
| HD | SemaDeclAttr.cpp | 3230 S.Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in handleModeAttr()
|
| HD | SemaInit.cpp | 1484 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| HD | SemaChecking.cpp | 2505 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| HD | TreeTransform.h | 10763 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5086 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|