Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp995 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anone3a730d20111::EmitterBase
1002 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anone3a730d20111::EmitterBase
1003 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType()
1106 return getVectorType(cast<ScalarType>(Element)); in getType()
1109 return getVectorType(cast<ScalarType>(Element), in getType()
1776 const VectorType *VT = getVectorType(ST); in EmitHeader()
2043 const VectorType *VT = getVectorType(ST); in EmitHeader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td177 return ctx.getVectorType(elementType, numElements, vectorKind);
H A DASTContext.h1393 QualType getVectorType(QualType VectorType, unsigned NumElts,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1753 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
2598 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()
7837 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7902 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr()
H A DSemaExpr.cpp9781 QualType NewVecTy = S.Context.getVectorType(ElementType, in convertVector()
12143 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType()
12146 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
12149 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType()
12152 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
12156 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaDeclAttr.cpp4263 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
4275 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
H A DSemaChecking.cpp3214 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
6323 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
H A DSemaExprCXX.cpp6061 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
H A DSemaInit.cpp1814 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DTreeTransform.h14258 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3909 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
3925 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
10107 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
10175 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
10480 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
H A DType.cpp996 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
H A DASTImporter.cpp1212 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5149 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()