Searched defs:staticShape (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/XeGPU/IR/ |
H A D | XeGPUOps.cpp | 105 llvm::SmallVector<int64_t> staticShape; build() local
|
/llvm-project/flang/include/flang/Lower/ |
H A D | BoxAnalyzer.h | 362 llvm::ArrayRef<int64_t> staticShape() const { in staticShape() function
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 39 ArrayRef<int64_t> staticShape = expandedType.getShape(); in inferExpandShapeOutputShape() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 181 SmallVector<int64_t> staticShape(type.getShape().begin(), foldDynamicToStaticDimSizes() local 873 build(OpBuilder & builder,OperationState & result,ArrayRef<int64_t> staticShape,Type elementType,Attribute encoding) build() argument 882 build(OpBuilder & builder,OperationState & result,ArrayRef<int64_t> staticShape,Type elementType,ValueRange dynamicSizes,Attribute encoding) build() argument 891 SmallVector<int64_t> staticShape; build() local 3562 build(OpBuilder & builder,OperationState & result,Value element,ArrayRef<int64_t> staticShape,ValueRange dynamicSizes) build() argument 3569 SmallVector<int64_t> staticShape; build() local [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | CodegenUtils.cpp | 361 unsigned sz, Type tp, bool staticShape) { in genAlloca() argument
|