Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp916 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local
1755 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
H A DSemaExpr.cpp7907 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
H A DASTContext.cpp4040 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType()
4114 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType()
4148 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()