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

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp220 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; local
1323 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, argument
[all...]
H A DASTContext.cpp2657 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, argument
2689 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { argument
2718 getDependentSizedExtVectorType(QualType vecType, Expr *SizeExpr, SourceLocation AttrLoc) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp283 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2568 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : argument

Completed in 200 milliseconds