Searched defs:vecType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 932 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryLoad() local 1699 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in tryStore() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 338 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
|
| H A D | SemaExpr.cpp | 8235 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 353 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 357 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
|
| H A D | ASTContext.cpp | 4019 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() 4092 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() 4126 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()
|