Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp651 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectLoad() local
2021 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectStore() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp285 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
HDSemaExpr.cpp5388 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
175 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
HDASTContext.cpp2815 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType()
2847 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType()
2876 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()