| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | amxintrin.h | 84 #define _tile_loadd(dst, base, stride) \ argument 104 #define _tile_stream_loadd(dst, base, stride) \ argument 122 #define _tile_stored(dst, base, stride) \ argument 237 __SIZE_TYPE__ stride) { in _tile_loadd_internal() 245 __SIZE_TYPE__ stride) { in _tile_loaddt1_internal() 281 __SIZE_TYPE__ stride, _tile1024i tile) { in _tile_stored_internal() 318 __SIZE_TYPE__ stride) { in __tile_loadd() 339 __SIZE_TYPE__ stride) { in __tile_stream_loadd() 447 static __inline__ void __tile_stored(void *base, __SIZE_TYPE__ stride, in __tile_stored()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_stride.c | 21 isl_val *stride; member 51 __isl_take isl_val *stride, __isl_take isl_aff *offset) in isl_stride_info_alloc() 112 isl_val *stride; member 144 __isl_take isl_val *stride, __isl_take isl_aff *offset) in set_stride() 234 isl_val *v, *stride, *m; in detect_stride() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | NamedOpConversions.cpp | 31 Value iZp, Value kZp, Value init, Attribute stride, in matchAndReplaceDepthwiseConv() 107 auto stride = op.strides(); in matchAndRewrite() local 129 auto stride = op.strides(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | inline-asm-mrv.c | 5 int stride, int h) { in sad16_sse2()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | ViewLikeInterface.h | 29 Value stride; member
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numarray/class.gslice/gslice.cons/ |
| H A D | start_size_stride.pass.cpp | 26 std::valarray<std::size_t> stride(a2, sizeof(a2)/sizeof(a2[0])); in main() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorInsertExtractStridedSliceRewritePatterns.cpp | 138 int64_t stride = in matchAndRewrite() local 213 int64_t stride = in matchAndRewrite() local 258 int64_t stride = in matchAndRewrite() local
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_for_dynamic_large_chunk.c | 14 int i, j, lb, ub, stride, nthreads, actual_nthreads, chunk; in main() local
|
| H A D | omp_for_static_large_chunk.c | 26 int i, j, lb, ub, stride, nthreads, chunk; in main() local
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | unicode-case-fold.py | 60 def stride(block): function
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | bench_shadow_flush.cpp | 22 uptr stride = kSmallPage; in main() local
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | gpu_array_tile.h | 21 isl_val *stride; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | MemRefBuilder.cpp | 171 Value MemRefDescriptor::stride(OpBuilder &builder, Location loc, unsigned pos) { in stride() function in MemRefDescriptor 179 Value stride) { in setStride() 186 unsigned pos, uint64_t stride) { in setConstantStride() 273 Value MemRefDescriptorView::stride(unsigned pos) { in stride() function in MemRefDescriptorView 506 Value UnrankedMemRefDescriptor::stride(OpBuilder &builder, Location loc, in stride() function in UnrankedMemRefDescriptor 509 Value stride) { in stride() 519 Value stride) { in setStride()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | non_contiguous_update.cpp | 12 int64_t stride; member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVDialect.cpp | 257 unsigned &stride) { in parseOptionalArrayStride() 312 unsigned stride = 0; in parseArrayType() local 396 unsigned stride = 0; in parseRuntimeArrayType() local 778 if (unsigned stride = type.getArrayStride()) in print() local 785 if (unsigned stride = type.getArrayStride()) in print() local
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Memref/ |
| H A D | memref_abi.c | 81 intptr_t stride[2]; member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaDecomposeDepthwise.cpp | 47 for (Attribute stride : op.getStride().getValue()) { in matchAndRewrite() local
|
| H A D | TosaDecomposeTransposeConv.cpp | 99 llvm::SmallVector<int64_t> stride; in matchAndRewrite() local 168 llvm::SmallVector<int64_t> stride; in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 114 Value stride = getStride(rewriter, *getTypeConverter(), mType, in matchAndRewrite() local 141 Value stride = getStride(rewriter, *getTypeConverter(), mType, in matchAndRewrite() local
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Workshare.cpp | 132 ST stride = *pstride; in for_static_init() local 277 ST stride; in dispatch_init() local 291 ST stride; in dispatch_init() local 314 ST stride; in dispatch_init() local 411 ST stride = DST->Stride; in dispatch_next() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/ |
| H A D | VectorToSPIRV.cpp | 118 uint64_t stride = getFirstIntValue(extractOp.getStrides()); in matchAndRewrite() local 223 uint64_t stride = getFirstIntValue(insertOp.getStrides()); in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | VectorSubscripts.h | 74 mlir::Value stride; member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | ExpandOps.cpp | 95 Value stride = rewriter.create<arith::ConstantIndexOp>(loc, 1); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 175 ArrayAttr stride, ArrayAttr dilation) { in buildConvOpWithQuantInfo() 197 ArrayAttr outpad, ArrayAttr stride, in buildTransConvOpWithQuantInfo() 274 ArrayAttr kernel, ArrayAttr stride, in buildAvgPool2dOpWithQuantInfo() 992 llvm::SmallVector<int64_t> stride; in NARY_SHAPE_INFER() local 1052 llvm::SmallVector<int64_t> stride; in inferReturnTypeComponents() local 1122 llvm::SmallVector<int64_t> stride; in inferReturnTypeComponents() local 1224 llvm::SmallVector<int64_t> stride; in inferReturnTypeComponents() local 1294 llvm::SmallVector<int64_t> stride; in inferReturnTypeComponents() local
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | RocmRuntimeWrappers.cpp | 191 int64_t size, int64_t stride) { in mgpuMemGetDeviceMemRef1dFloat() 199 int64_t offset, int64_t size, int64_t stride) { in mgpuMemGetDeviceMemRef1dInt32()
|