Searched defs:vecType (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 651 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectLoad() local 2021 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectStore() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprMember.cpp | 285 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
|
| HD | SemaExpr.cpp | 5388 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 175 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
|
| HD | ASTContext.cpp | 2815 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()
|