| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 995 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 D | TypeProperties.td | 177 return ctx.getVectorType(elementType, numElements, vectorKind);
|
| H A D | ASTContext.h | 1393 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1753 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 D | SemaExpr.cpp | 9781 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 D | SemaDeclAttr.cpp | 4263 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr() 4275 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
|
| H A D | SemaChecking.cpp | 3214 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr() 6323 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| H A D | SemaExprCXX.cpp | 6061 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
|
| H A D | SemaInit.cpp | 1814 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| H A D | TreeTransform.h | 14258 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3909 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 D | Type.cpp | 996 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
|
| H A D | ASTImporter.cpp | 1212 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 5149 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
|