OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumElements
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h
100
uint16_t
getNumElements
() const {
112
return getScalarSizeInBits() *
getNumElements
();
128
return isVector() ? LLT::vector(
getNumElements
(), NewEltTy) : NewEltTy;
137
return isVector() ? LLT::vector(
getNumElements
(), NewEltSize)
153
assert(
getNumElements
() % Factor == 0);
154
return scalarOrVector(
getNumElements
() / Factor, getElementType());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
329
unsigned
getNumElements
() const { return NumContainedTys; }
338
bool indexValid(unsigned Idx) const { return Idx <
getNumElements
(); }
351
return cast<StructType>(this)->
getNumElements
();
371
uint64_t
getNumElements
() const { return NumElements; }
387
return cast<ArrayType>(this)->
getNumElements
();
536
return get(ElementType, FVTy->
getNumElements
());
570
unsigned
getNumElements
() const { return ElementQuantity; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
408
if (cast<FixedVectorType>(DstVTy)->
getNumElements
() !=
409
cast<FixedVectorType>(SrcVTy)->
getNumElements
())
1090
unsigned VWidth = cast<FixedVectorType>(V->getType())->
getNumElements
();
1259
->
getNumElements
();
1361
cast<FixedVectorType>(Shuffle->getType())->
getNumElements
()) {
1448
unsigned InVWidth = cast<FixedVectorType>(VTy)->
getNumElements
();
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
205
unsigned
getNumElements
() const { return Bitwidth / ElementBitwidth; }
362
if (T.isVector() && T.
getNumElements
() > 1)
622
S += "x" + utostr(
getNumElements
());
685
Ret += "V" + utostr(
getNumElements
()) + S;
1196
for (int J = Dest.getType().
getNumElements
() - 1; J >= 0; --J)
1204
for (int J = Dest.getType().
getNumElements
() - 1; J >= 0; --J)
1223
if (!NewV.getType().isVector() || NewV.getType().
getNumElements
() == 1)
1236
getReturnType().
getNumElements
() == 1)
1643
std::make_unique<MaskExpander>(Arg1.first.
getNumElements
()));
1657
if (Elts.size() > T.
getNumElements
()) {
[
all
...]
SveEmitter.cpp
109
unsigned
getNumElements
() const {
417
return "q" + utostr(
getNumElements
() * NumVectors) + S;
448
S += "x" + utostr(
getNumElements
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h
228
///
getNumElements
- Return number of elements of objective-c array literal.
229
unsigned
getNumElements
() const { return NumElements; }
358
///
getNumElements
- Return number of elements of objective-c dictionary
360
unsigned
getNumElements
() const { return NumElements; }
Type.h
3265
unsigned
getNumElements
() const { return VectorTypeBits.NumElements; }
3275
Profile(ID, getElementType(),
getNumElements
(),
3398
return unsigned(idx-1) <
getNumElements
();
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4039
unsigned ExtVectorElementExpr::
getNumElements
() const {
4041
return VT->
getNumElements
();
4081
for (unsigned i = 0, e =
getNumElements
(); i != e; ++i) {
Completed in 49 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026