Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp806 Value numWorkerThreadsVal; in matchAndRewrite() local
808 numWorkerThreadsVal = b.create<arith::ConstantIndexOp>(numWorkerThreads); in matchAndRewrite()
810 numWorkerThreadsVal = b.create<async::RuntimeNumWorkerThreadsOp>(); in matchAndRewrite()
834 arith::CmpIPredicate::sgt, numWorkerThreadsVal, bracketBegin); in matchAndRewrite()
841 b.create<arith::IndexCastOp>(b.getI32Type(), numWorkerThreadsVal); in matchAndRewrite()