Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSPIRV.cpp167 << SemaRef.Context.getVectorType(ArgTyA, 2, VectorKind::Generic) << 1 in CheckSPIRVBuiltinFunctionCall()
179 << SemaRef.Context.getVectorType(ArgTyB, 2, VectorKind::Generic) << 1 in CheckSPIRVBuiltinFunctionCall()
198 << SemaRef.Context.getVectorType(ArgTyA, 2, VectorKind::Generic) << 1 in CheckSPIRVBuiltinFunctionCall()
217 << SemaRef.Context.getVectorType(ArgTyA, 2, VectorKind::Generic) << 1 in CheckSPIRVBuiltinFunctionCall()
229 << SemaRef.Context.getVectorType(ArgTyB, 2, VectorKind::Generic) << 1 in CheckSPIRVBuiltinFunctionCall()
H A DSemaPPC.cpp290 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
H A DSemaType.cpp1438 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
2393 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()
8368 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
8494 CurType = S.Context.getVectorType(EltType, VecSize, VecKind); in HandleArmSveVectorBitsTypeAttr()
8598 CurType = S.Context.getVectorType(EltType, NumElts, VecKind); in HandleRISCVRVVVectorBitsTypeAttr()
H A DSemaExpr.cpp10065 : S.Context.getVectorType(ElementType, VecTy->getNumElements(), in convertVector()
12906 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType()
12909 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType()
12912 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
12915 return Context.getVectorType(Context.IntTy, VTy->getNumElements(), in GetSignedVectorType()
12918 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
12922 return Context.getVectorType(Context.CharTy, VTy->getNumElements(), in GetSignedVectorType()
H A DSema.cpp547 #Name, Context.getVectorType(Context.BaseType, NumEls, VectorKind)); in Initialize()
H A DSemaDeclAttr.cpp4988 NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(), in AddModeAttr()
5000 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in AddModeAttr()
H A DSemaExprCXX.cpp5712 ResultType = Context.getVectorType( in CheckVectorConditionalTypes()
H A DSemaInit.cpp2029 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DSemaChecking.cpp5493 Context.getVectorType(eltType, numResElements, VectorKind::Generic); in BuiltinShuffleVector()
H A DTreeTransform.h17247 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp992 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anon819a2c470111::EmitterBase
1000 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anon819a2c470111::EmitterBase
1001 return getVectorType(ST, 128 / ST->sizeInBits()); in getVectorType()
1107 return getVectorType(cast<ScalarType>(Element)); in getType()
1110 return getVectorType(cast<ScalarType>(Element), in getType()
1773 const VectorType *VT = getVectorType(ST); in EmitHeader()
2066 const VectorType *VT = getVectorType(ST); in EmitHeader()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp151 .getVectorType(EltTy, NumElements, VT->getVectorKind()) in isHomogeneousAggregate()
H A DCGExprScalar.cpp883 return Ctx.getVectorType(Ctx.FloatTy, NumElements, VT->getVectorKind()); in getPromotionType()
H A DCGDebugInfo.cpp3494 Ctx.getVectorType(Ctx.CharTy, NumVectorBytes, VectorKind::Generic); in CreateType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td188 return ctx.getVectorType(elementType, numElements, vectorKind);
H A DASTContext.h1681 QualType getVectorType(QualType VectorType, unsigned NumElts,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4658 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
4677 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
12127 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
12201 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
12532 Type = Context.getVectorType(ElementType, NumElements, VectorKind::Generic); in DecodeTypeFromStr()
14176 return Ctx.getVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DType.cpp1132 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
H A DASTImporter.cpp1523 return Importer.getToContext().getVectorType(*ToElementTypeOrErr, in VisitVectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8854 …TypeENS_8QualTypeEjNS_10VectorType10VectorKindE", "clang::ASTContext::getVectorType(clang::QualTyp…