Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp326 auto blockFirstCoord = delinearize(b, blockFirstIndex, tripCounts); in createParallelComputeFunction() local
384 arith::CmpIPredicate::eq, iv, blockFirstCoord[loopIdx]); in createParallelComputeFunction()
408 blockFirstCoord[loopIdx + 1], c0); in createParallelComputeFunction()
432 b.create<scf::ForOp>(blockFirstCoord[0], blockEndCoord[0], c1, ValueRange(), in createParallelComputeFunction()