Searched refs:getVectorType (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1167 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1653 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()
|
D | SemaDeclAttr.cpp | 3549 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr() 3561 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
|
D | SemaInit.cpp | 1550 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
D | SemaChecking.cpp | 3423 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
D | TreeTransform.h | 11585 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2885 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()
|
D | Type.cpp | 799 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
D | ASTImporter.cpp | 1696 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 4170 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5342 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|