Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp368 SmallVector<Value> isBlockFirstCoord(op.getNumLoops()); in createParallelComputeFunction() local
383 isBlockFirstCoord[loopIdx] = b.create<arith::CmpIOp>( in createParallelComputeFunction()
390 isBlockFirstCoord[loopIdx] = b.create<arith::AndIOp>( in createParallelComputeFunction()
391 isBlockFirstCoord[loopIdx], isBlockFirstCoord[loopIdx - 1]); in createParallelComputeFunction()
407 auto lb = b.create<arith::SelectOp>(isBlockFirstCoord[loopIdx], in createParallelComputeFunction()