Lines Matching defs:mixedNumThreads
3169 ArrayRef<OpFoldResult> mixedNumThreads,
3174 dispatchIndexOpFoldResults(mixedNumThreads, dynamicNumThreads,
3285 ArrayRef<OpFoldResult> mixedNumThreads,
3300 if (!mixedNumThreads.empty()) {
3301 options.setNumThreads(mixedNumThreads);
3318 if (mixedNumThreads.empty()) {
3341 SmallVector<OpFoldResult> mixedNumThreads;
3345 state, transformOp, mixedNumThreads, getPackedNumThreads())
3347 state, transformOp, mixedNumThreads, getMixedNumThreads());
3362 rewriter, state, transformOp, target, mixedNumThreads, mixedTileSizes,
3856 /*mixedNumThreads=*/getMixedValues(mapping.numThreads, {}, b),