Home
last modified time | relevance | path

Searched refs:blockFirstIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp317 Value blockFirstIndex = b.create<arith::MulIOp>(blockIndex, blockSize); in createParallelComputeFunction() local
321 Value blockEnd0 = b.create<arith::AddIOp>(blockFirstIndex, blockSize); in createParallelComputeFunction()
326 auto blockFirstCoord = delinearize(b, blockFirstIndex, tripCounts); in createParallelComputeFunction()