Home
last modified time | relevance | path

Searched defs:tile (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Damxintrin.h135 _tile_zero(tile) global() argument
283 _tile_stored_internal(unsigned short m,unsigned short n,void * base,__SIZE_TYPE__ stride,_tile1024i tile) _tile_stored_internal() argument
309 _tile1024i tile; global() member
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp188 for (auto tile : packOp.getInnerTiles()) getTiledImplementation() local
435 for (auto tile : unpackOp.getInnerTiles()) getTiledImplementation() local
561 for (auto tile : unPackOp.getInnerTiles()) getTiledImplementationFromOperandTile() local
[all...]
H A DTensorOps.cpp3720 __anon6f30b6c22a02(OpFoldResult tile) commonVerifierPackAndUnPackOp() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp554 return getConstantIntValue(tile).has_value(); in pack() argument
1125 __anondf1fb7f41102(OpFoldResult tile) matchAndRewrite() argument
1175 Value tile = rewriter.create<tensor::ExtractSliceOp>( matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DVectorLegalization.cpp494 Value tile = inputSMETiles[index]; matchAndRewrite() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_schedule_band.c1147 __isl_take isl_schedule_band *band, __isl_keep isl_schedule_band *tile, in isl_schedule_band_point()
H A Disl_test.c10699 const char *tile; member
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp1183 SmallVector<Loops, 8> mlir::tile(ArrayRef<scf::ForOp> forOps, tile() function in mlir
1196 Loops mlir::tile(ArrayRef<scf::ForOp> forOps, ArrayRef<Value> sizes, tile() function in mlir
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1585 mlir::affine::tile(ArrayRef<AffineForOp> forOps, ArrayRef<uint64_t> sizes, tile() function in mlir::affine
1597 SmallVector<AffineForOp, 8> mlir::affine::tile(ArrayRef<AffineForOp> forOps, tile() function in mlir::affine
[all...]
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h17978 schedule_node_band schedule_node_band::tile(isl::multi_val sizes) const in tile() function