Home
last modified time | relevance | path

Searched defs:runningStride (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Utils/
H A DMemRefUtils.cpp34 int64_t runningStride = 1; isStaticShapeAndContiguousRowMajor() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp136 Value runningStride = createIndexAttrConstant(rewriter, loc, indexType, 1); in getMemRefDescriptorSizes() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp297 for (int64_t i = rank - 1, runningStride = 1; i >= 0; i--) { mgpuMemHostRegisterMemRef() local