Searched defs:vecType (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 653 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectLoad() local 2028 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar; in SelectStore() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
|
H A D | ASTContext.cpp | 2740 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() 2772 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() 2801 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 286 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent() local
|
H A D | SemaExpr.cpp | 5197 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
|