Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1011 QualType getVectorType(QualType VectorType, unsigned NumElts,
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1112 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()
HDSemaInit.cpp1212 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
HDSemaChecking.cpp1793 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
HDTreeTransform.h9538 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2657 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()
HDASTImporter.cpp1571 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4628 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()