Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1167 QualType getVectorType(QualType VectorType, unsigned NumElts,
/external/clang/lib/Sema/
DSemaType.cpp1653 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
6356 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr()
6496 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
DSemaDeclAttr.cpp3549 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
3561 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
DSemaInit.cpp1550 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
DSemaChecking.cpp3423 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
DTreeTransform.h11585 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/external/clang/lib/AST/
DASTContext.cpp2885 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
2901 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
8046 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
8243 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
DType.cpp799 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
DASTImporter.cpp1696 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
/external/clang/lib/CodeGen/
DTargetInfo.cpp4170 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
/external/clang/lib/Serialization/
DASTReader.cpp5342 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()