Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DBuiltinTypeInterfaces.cpp28 int64_t ShapedType::getNumElements(ArrayRef<int64_t> shape) { getNumElements() function in ShapedType
H A DBuiltinAttributeInterfaces.cpp31 int64_t ElementsAttr::getNumElements(ElementsAttr elementsAttr) { in getNumElements() function in ElementsAttr
H A DBuiltinAttributes.cpp1291 int64_t DenseElementsAttr::getNumElements() const { getNumElements() function in DenseElementsAttr
[all...]
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h211 Value getNumElements() { in getNumElements() function
347 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements() function
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h341 unsigned getNumElements() const { return NumContainedTys; } getNumElements() function
383 uint64_t getNumElements() const { return NumElements; } getNumElements() function
582 unsigned getNumElements() const { return ElementQuantity; } getNumElements() function
H A DDebugInfoMetadata.h2752 unsigned getNumElements() const { return Elements.size(); } getNumElements() function
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h159 constexpr uint16_t getNumElements() const { in getNumElements() function
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp149 int64_t ShapeAdaptor::getNumElements() const { getNumElements() function in ShapeAdaptor
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp64 unsigned ArrayType::getNumElements() const { return getImpl()->elementCount; } in getNumElements() function in ArrayType
120 unsigned CompositeType::getNumElements() const { getNumElements() function in CompositeType
1077 unsigned StructType::getNumElements() const { return getImpl()->numMembers; } getNumElements() function in StructType
1224 unsigned MatrixType::getNumElements() const { getNumElements() function in MatrixType
[all...]
H A DSPIRVOps.cpp1976 auto getNumElements = [](Type type) -> unsigned { verify() local
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp328 emitElementAccessors(const Operator & op,raw_ostream & os,const char * kind,llvm::function_ref<unsigned (const Operator &)> getNumVariableLength,llvm::function_ref<int (const Operator &)> getNumElements,llvm::function_ref<const NamedTypeConstraint & (const Operator &,int)> getElement) emitElementAccessors() argument
940 emitSegmentSpec(const Operator & op,const char * kind,llvm::function_ref<int (const Operator &)> getNumElements,llvm::function_ref<const NamedTypeConstraint & (const Operator &,int)> getElement,raw_ostream & os) emitSegmentSpec() argument
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp186 Value ConvertToLLVMPattern::getNumElements( getNumElements() function in ConvertToLLVMPattern
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h228 unsigned getNumElements() const { return NumElements; } in getNumElements() function
360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp121 unsigned getNumElements() const { getNumElements() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp204 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } getNumElements() function in __anon1ddc9b620111::Type
[all...]
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1170 unsigned UndefValue::getNumElements() const { getNumElements() function in UndefValue
2805 unsigned ConstantDataSequential::getNumElements() const { getNumElements() function in ConstantDataSequential
[all...]
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp73 Value getNumElements(ConversionPatternRewriter &rewriter, Location loc, getNumElements() function in __anon90c6e7050111::ConvertOpToGpuRuntimeCallPattern
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1545 static int64_t getNumElements(ShapedType type) { getNumElements() function
/llvm-project/clang/lib/AST/
H A DExpr.cpp4305 unsigned ExtVectorElementExpr::getNumElements() const { getNumElements() function in ExtVectorElementExpr