Searched refs:getVectorType (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1011 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 1112 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType() 4718 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr() 4850 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
|
| HD | SemaInit.cpp | 1212 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| HD | SemaChecking.cpp | 1793 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| HD | TreeTransform.h | 9538 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2657 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext 2673 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType() 7500 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType() 7684 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
|
| HD | ASTImporter.cpp | 1571 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 4628 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|