Searched refs:blockIndex (Results 1 – 1 of 1) sorted by relevance
135 BlockArgument blockIndex();162 BlockArgument ParallelComputeFunctionArgs::blockIndex() { return args[0]; } in blockIndex() function in ParallelComputeFunctionArgs282 BlockArgument blockIndex = args.blockIndex(); in createParallelComputeFunction() local317 Value blockFirstIndex = b.create<arith::MulIOp>(blockIndex, blockSize); in createParallelComputeFunction()671 auto computeFuncOperands = [&](Value blockIndex) -> SmallVector<Value> { in doSequentialDispatch() argument672 SmallVector<Value> computeFuncOperands = {blockIndex, blockSize}; in doSequentialDispatch()