Searched refs:getVectorType (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1154 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1552 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 6023 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr() 6163 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
|
D | SemaDeclAttr.cpp | 3448 NewTy = S.Context.getVectorType(NewTy, VectorSize.getZExtValue(), in handleModeAttr() 3460 S.Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in handleModeAttr()
|
D | SemaInit.cpp | 1488 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
D | SemaChecking.cpp | 2692 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
D | TreeTransform.h | 11245 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2875 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext 2891 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 7904 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType() 8101 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
|
D | Type.cpp | 799 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
D | ASTImporter.cpp | 1613 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5320 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|