Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp932 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 DSemaExprMember.cpp338 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); CheckExtVectorComponent() local
H A DSemaExpr.cpp8235 if (const VectorType *vecType = type->getAs<VectorType>()) { breakDownVectorType() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp353 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 DASTContext.cpp4019 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...]