Searched defs:blockSize (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncParallelFor.cpp | 168 BlockArgument ParallelComputeFunctionArgs::blockSize() { return args[1]; } blockSize() function in ParallelComputeFunctionArgs 288 BlockArgument blockSize = args.blockSize(); createParallelComputeFunction() local 583 doAsyncDispatch(ImplicitLocOpBuilder & b,PatternRewriter & rewriter,ParallelComputeFunction & parallelComputeFunction,scf::ParallelOp op,Value blockSize,Value blockCount,const SmallVector<Value> & tripCounts) doAsyncDispatch() argument 656 doSequentialDispatch(ImplicitLocOpBuilder & b,PatternRewriter & rewriter,ParallelComputeFunction & parallelComputeFunction,scf::ParallelOp op,Value blockSize,Value blockCount,const SmallVector<Value> & tripCounts) doSequentialDispatch() argument 865 Value blockSize = b.create<arith::MinSIOp>(tripCount, bs1); matchAndRewrite() local [all...] |
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 532 static constexpr size_t blockSize = (1 << blockSizeShift); // 4 KiB global() variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 659 CharUnits &blockSize = info.BlockSize; computeBlockInfo() local [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 1115 SmallVector<unsigned> blockSize; in getBlockSize() local
|