OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorType
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
995
const VectorType *
getVectorType
(const ScalarType *ST, unsigned Lanes) {
1002
const VectorType *
getVectorType
(const ScalarType *ST) {
1003
return
getVectorType
(ST, 128 / ST->sizeInBits());
1106
return
getVectorType
(cast<ScalarType>(Element));
1109
return
getVectorType
(cast<ScalarType>(Element),
1776
const VectorType *VT =
getVectorType
(ST);
2043
const VectorType *VT =
getVectorType
(ST);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3907
///
getVectorType
- Return the unique reference to a vector type of
3909
QualType ASTContext::
getVectorType
(QualType vecType, unsigned NumElts,
3925
Canonical =
getVectorType
(getCanonicalType(vecType), NumElts, VecKind);
10107
return
getVectorType
(getCorrespondingUnsignedType(VTy->getElementType()),
10175
return
getVectorType
(getCorrespondingSignedType(VTy->getElementType()),
10480
Type = Context.
getVectorType
(ElementType, NumElements,
Type.cpp
996
return Ctx.
getVectorType
(elementType, T->getNumElements(),
ASTImporter.cpp
1212
return Importer.getToContext().
getVectorType
(*ToElementTypeOrErr,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1393
QualType
getVectorType
(QualType VectorType, unsigned NumElts,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1753
Result = Context.
getVectorType
(Result, 128/typeSize, VecKind);
2598
return Context.
getVectorType
(CurType, VectorSizeBits / TypeSize,
7837
CurType = S.Context.
getVectorType
(CurType, numElts, VecKind);
7902
CurType = S.Context.
getVectorType
(EltType, VecSize, VecKind);
SemaExpr.cpp
9781
QualType NewVecTy = S.Context.
getVectorType
(ElementType,
12143
return Context.
getVectorType
(Context.LongLongTy, VTy->getNumElements(),
12146
return Context.
getVectorType
(Context.LongTy, VTy->getNumElements(),
12149
return Context.
getVectorType
(Context.IntTy, VTy->getNumElements(),
12152
return Context.
getVectorType
(Context.ShortTy, VTy->getNumElements(),
12156
return Context.
getVectorType
(Context.CharTy, VTy->getNumElements(),
SemaChecking.cpp
3214
return Context.
getVectorType
(Context.UnsignedCharTy, 16,
6323
resType = Context.
getVectorType
(eltType, numResElements,
SemaDeclAttr.cpp
4263
NewTy = Context.
getVectorType
(NewTy, VectorSize.getZExtValue(),
4275
Context.
getVectorType
(NewElemTy, NumElements, OldVT->getVectorKind());
SemaExprCXX.cpp
6061
ResultType = Context.
getVectorType
(
SemaInit.cpp
1814
VecType = SemaRef.Context.
getVectorType
(elementType, numIElts,
TreeTransform.h
14258
return SemaRef.Context.
getVectorType
(ElementType, NumElements, VecKind);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
5149
.
getVectorType
(EltTy, NumElements, VT->getVectorKind())
Completed in 130 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026