Searched defs:vecType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 932 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; tryLoad() local 1699 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; tryStore() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 338 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); CheckExtVectorComponent() local
|
H A D | SemaExpr.cpp | 8235 if (const VectorType *vecType = type->getAs<VectorType>()) { breakDownVectorType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 353 VectorType(QualType vecType,unsigned nElements,QualType canonType,VectorKind vecKind) VectorType() argument 357 VectorType(TypeClass tc,QualType vecType,unsigned nElements,QualType canonType,VectorKind vecKind) VectorType() argument
|
H A D | ASTContext.cpp | 4019 getVectorType(QualType vecType,unsigned NumElts,VectorKind VecKind) const getVectorType() argument 4092 getExtVectorType(QualType vecType,unsigned NumElts) const getExtVectorType() argument 4126 getDependentSizedExtVectorType(QualType vecType,Expr * SizeExpr,SourceLocation AttrLoc) const getDependentSizedExtVectorType() argument [all...] |