Home
last modified time | relevance | path

Searched defs:staticShape (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/XeGPU/IR/
H A DXeGPUOps.cpp105 llvm::SmallVector<int64_t> staticShape; build() local
/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h362 llvm::ArrayRef<int64_t> staticShape() const { in staticShape() function
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp39 ArrayRef<int64_t> staticShape = expandedType.getShape(); in inferExpandShapeOutputShape() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp181 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 DCodegenUtils.cpp361 unsigned sz, Type tp, bool staticShape) { in genAlloca() argument