/llvm-project/mlir/lib/IR/ |
H A D | BuiltinTypeInterfaces.cpp | 28 int64_t ShapedType::getNumElements(ArrayRef<int64_t> shape) { getNumElements() function in ShapedType
|
H A D | BuiltinAttributeInterfaces.cpp | 31 int64_t ElementsAttr::getNumElements(ElementsAttr elementsAttr) { in getNumElements() function in ElementsAttr
|
H A D | BuiltinAttributes.cpp | 1291 int64_t DenseElementsAttr::getNumElements() const { getNumElements() function in DenseElementsAttr [all...] |
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
H A D | AffineOps.h | 211 Value getNumElements() { in getNumElements() function 347 Value getNumElements() { return getOperand(1 + getTagMap().getNumInputs()); } in getNumElements() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 341 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 D | DebugInfoMetadata.h | 2752 unsigned getNumElements() const { return Elements.size(); } getNumElements() function
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 159 constexpr uint16_t getNumElements() const { in getNumElements() function
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | InferTypeOpInterface.cpp | 149 int64_t ShapeAdaptor::getNumElements() const { getNumElements() function in ShapeAdaptor
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 64 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 D | SPIRVOps.cpp | 1976 auto getNumElements = [](Type type) -> unsigned { verify() local [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpPythonBindingGen.cpp | 328 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 D | Pattern.cpp | 186 Value ConvertToLLVMPattern::getNumElements( getNumElements() function in ConvertToLLVMPattern
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 228 unsigned getNumElements() const { return NumElements; } in getNumElements() function 360 unsigned getNumElements() const { return NumElements; } in getNumElements() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 121 unsigned getNumElements() const { getNumElements() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 204 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } getNumElements() function in __anon1ddc9b620111::Type [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1170 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 D | GPUToLLVMConversion.cpp | 73 Value getNumElements(ConversionPatternRewriter &rewriter, Location loc, getNumElements() function in __anon90c6e7050111::ConvertOpToGpuRuntimeCallPattern
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1545 static int64_t getNumElements(ShapedType type) { getNumElements() function
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4305 unsigned ExtVectorElementExpr::getNumElements() const { getNumElements() function in ExtVectorElementExpr
|