Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp892 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
1744 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp308 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
H A DSemaExpr.cpp6196 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp243 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
247 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
H A DASTContext.cpp3385 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType()
3456 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType()
3485 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()