Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypeInterfaces.cpp29 int64_t ShapedType::getNumElements(ArrayRef<int64_t> shape) { in getNumElements() function in ShapedType
H A DBuiltinAttributeInterfaces.cpp35 int64_t ElementsAttr::getNumElements(Attribute elementsAttr) { in getNumElements() function in ElementsAttr
H A DBuiltinAttributes.cpp1336 int64_t DenseElementsAttr::getNumElements() const { in getNumElements() function in DenseElementsAttr
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h198 Value getNumElements() { in getNumElements() function
328 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h327 unsigned getNumElements() const { return NumContainedTys; } in getNumElements() function
369 uint64_t getNumElements() const { return NumElements; } in getNumElements() function
568 unsigned getNumElements() const { return ElementQuantity; } in getNumElements() function
H A DDebugInfoMetadata.h2584 unsigned getNumElements() const { return Elements.size(); } in getNumElements() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h126 uint16_t getNumElements() const { in getNumElements() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp106 int64_t ShapeAdaptor::getNumElements() const { in getNumElements() function in ShapeAdaptor
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp60 unsigned ArrayType::getNumElements() const { return getImpl()->elementCount; } in getNumElements() function in ArrayType
122 unsigned CompositeType::getNumElements() const { in getNumElements() function in CompositeType
1002 unsigned StructType::getNumElements() const { return getImpl()->numMembers; } in getNumElements() function in StructType
1149 unsigned MatrixType::getNumElements() const { in getNumElements() function in MatrixType
H A DSPIRVOps.cpp4234 auto getNumElements = [](Type type) -> unsigned { in verify() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp327 llvm::function_ref<int(const Operator &)> getNumElements, in emitElementAccessors()
998 llvm::function_ref<int(const Operator &)> getNumElements, in emitSegmentSpec()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp187 Value ConvertToLLVMPattern::getNumElements( in getNumElements() function in ConvertToLLVMPattern
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp54 unsigned LLVMArrayType::getNumElements() const { in getNumElements() function in LLVMArrayType
678 unsigned LLVMFixedVectorType::getNumElements() const { in getNumElements() function in LLVMFixedVectorType
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp84 Value getNumElements(ConversionPatternRewriter &rewriter, Location loc, in getNumElements() function in __anon6cc9e7020111::ConvertOpToGpuRuntimeCallPattern
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h229 unsigned getNumElements() const { return NumElements; } in getNumElements() function
360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp109 unsigned getNumElements() const { in getNumElements() function in __anon409da13d0111::SVEType
H A DNeonEmitter.cpp205 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } in getNumElements() function in __anonc6b5f5bf0111::Type
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1119 unsigned UndefValue::getNumElements() const { in getNumElements() function in UndefValue
2868 unsigned ConstantDataSequential::getNumElements() const { in getNumElements() function in ConstantDataSequential
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp753 static int64_t getNumElements(ShapedType type) { in getNumElements() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4136 unsigned ExtVectorElementExpr::getNumElements() const { in getNumElements() function in ExtVectorElementExpr