OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtVectorType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp
500
QualType Vec = C.
getExtVectorType
(T, NumElts);
ASTContext.cpp
3977
///
getExtVectorType
- Return the unique reference to an extended vector type of
3980
ASTContext::
getExtVectorType
(QualType vecType, unsigned NumElts) const {
3995
Canonical =
getExtVectorType
(getCanonicalType(vecType), NumElts);
10494
Type = Context.
getExtVectorType
(ElementType, NumElements);
Type.cpp
1008
return Ctx.
getExtVectorType
(elementType, T->getNumElements());
ASTImporter.cpp
1222
return Importer.getToContext().
getExtVectorType
(*ToElementTypeOrErr,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
413
QualType VT = S.Context.
getExtVectorType
(vecType->getElementType(), CompSize);
SemaExpr.cpp
8097
QualType VectorTy = S.Context.
getExtVectorType
(ResTy, NumElements);
10977
S.Context.
getExtVectorType
(LHSEleType, RHSVecTy->getNumElements());
11003
S.Context.
getExtVectorType
(RHSEleType, LHSVecTy->getNumElements());
12130
return Context.
getExtVectorType
(Context.CharTy, VTy->getNumElements());
12132
return Context.
getExtVectorType
(Context.ShortTy, VTy->getNumElements());
12134
return Context.
getExtVectorType
(Context.IntTy, VTy->getNumElements());
12136
return Context.
getExtVectorType
(Context.LongTy, VTy->getNumElements());
12139
return Context.
getExtVectorType
(Context.LongLongTy, VTy->getNumElements());
SemaExprCXX.cpp
6059
Context.
getExtVectorType
(ResultElementTy, CondVT->getNumElements());
SemaInit.cpp
1812
VecType = SemaRef.Context.
getExtVectorType
(elementType, numIElts);
SemaType.cpp
2645
return Context.
getExtVectorType
(T, vectorSize);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1405
QualType
getExtVectorType
(QualType VectorType, unsigned NumElts) const;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
121
AtomicTy = ValueTy = CGF.getContext().
getExtVectorType
(
Completed in 105 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026