Home
last modified time | relevance | path

Searched defs:getNumElements (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h193 Value getNumElements() { in getNumElements() function
297 Value getNumElements() { return getOperand(1 + getTagMemRefRank()); } in getNumElements() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DDoubleArray.java35 int getNumElements(); in getNumElements() method
DResizableDoubleArray.java646 public synchronized int getNumElements() { in getNumElements() method in ResizableDoubleArray
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionSize.java81 public int getNumElements() { in getNumElements() method in CollectionSize
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionSize.java81 public int getNumElements() { in getNumElements() method in CollectionSize
/external/llvm/include/llvm/IR/
DDerivedTypes.h284 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
352 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
424 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h332 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
374 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
538 unsigned VectorType::getNumElements() const { in getNumElements() function
597 unsigned getNumElements() const { return ElementQuantity; } in getNumElements() function
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h189 Value getNumElements() { in getNumElements() function
314 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h289 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
335 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
/external/deqp/framework/delibs/decpp/
DdeRingBuffer.hpp45 int getNumElements (void) const { return m_numElements; } in getNumElements() function in de::RingBuffer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h99 uint16_t getNumElements() const { in getNumElements() function
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h100 uint16_t getNumElements() const { in getNumElements() function
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java196 protected int getNumElements() { in getNumElements() method in AbstractContainerTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractContainerTester.java196 protected int getNumElements() { in getNumElements() method in AbstractContainerTester
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpPythonBindingGen.cpp270 llvm::function_ref<int(const Operator &)> getNumElements, in emitElementAccessors()
573 llvm::function_ref<int(const Operator &)> getNumElements, in populateBuilderLines()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h350 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
398 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp97 inline size_t getNumElements (void) const { return m_numElements; } in getNumElements() function in rr::PrimitiveList
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp137 unsigned ArrayType::getNumElements() const { return getImpl()->elementCount; } in getNumElements() function in ArrayType
199 unsigned CompositeType::getNumElements() const { in getNumElements() function in CompositeType
1010 unsigned StructType::getNumElements() const { return getImpl()->numMembers; } in getNumElements() function in StructType
1157 unsigned MatrixType::getNumElements() const { in getNumElements() function in MatrixType
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp140 int getNumElements (void) const { return m_numElements; } in getNumElements() function in rsg::VariableType
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp279 unsigned LLVMArrayType::getNumElements() { return getImpl()->numElements; } in getNumElements() function in LLVMArrayType
519 unsigned LLVMFixedVectorType::getNumElements() { in getNumElements() function in LLVMFixedVectorType
/external/clang/include/clang/AST/
DExprObjC.h184 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp204 int64_t ShapedType::getNumElements() const { in getNumElements() function in ShapedType
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h229 unsigned getNumElements() const { return NumElements; } in getNumElements() function
360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/external/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp109 unsigned getNumElements() const { in getNumElements() function in __anon5c0d77c40111::SVEType
/external/llvm/lib/IR/
DConstants.cpp764 unsigned ConstantAggregateZero::getNumElements() const { in getNumElements() function in ConstantAggregateZero
797 unsigned UndefValue::getNumElements() const { in getNumElements() function in UndefValue
2314 unsigned ConstantDataSequential::getNumElements() const { in getNumElements() function in ConstantDataSequential

12