Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp958 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
1725 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp382 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
H A DSemaExpr.cpp7428 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp369 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
373 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
H A DASTContext.cpp4430 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType()
4503 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType()
4537 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()