Home
last modified time | relevance | path

Searched defs:writeOp (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DCreateAsyncGroups.cpp158 op->walk([&](Operation *writeOp) { in createAsyncGroups() argument
208 Operation *writeOp = *copyToSharedMem.begin(); in createAsyncGroups() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp76 auto writeOp = cast<vector::TransferWriteOp>(op); in bufferizesToMemoryRead() local
107 auto writeOp = cast<vector::TransferWriteOp>(op); in bufferize() local
H A DVectorDistribute.cpp409 cloneWriteOp(RewriterBase & rewriter,WarpExecuteOnLane0Op warpOp,vector::TransferWriteOp writeOp,VectorType targetType,VectorType maybeMaskType) cloneWriteOp() argument
630 auto writeOp = dyn_cast_or_null<vector::TransferWriteOp>(lastNode); matchAndRewrite() local
[all...]
H A DVectorTransforms.cpp1367 matchAndRewrite(vector::TransferWriteOp writeOp,PatternRewriter & rewriter) const matchAndRewrite() argument
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DFoldTensorSubsetOps.cpp128 auto writeOp = getTensorOperand(insertSliceOp) matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/NVGPU/Utils/
H A DMMAUtils.cpp62 if (vector::TransferWriteOp writeOp = dyn_cast<vector::TransferWriteOp>(op)) { in getWarpMatrixInfo() local
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp317 [&](auto writeOp) { return writeOp.getOperand(1); }); in getMixedSizesXfer() argument
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp102 auto insert = writeOp.getVector().getDefiningOp<InsertStridedSliceOp>(); in getShape() local
275 numLoops = writeOp.getVectorType().getRank(); in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp151 } else if (auto writeOp = dyn_cast<AffineWriteOpInterface>(op)) { in isLoopMemoryParallel() local
/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp554 (this->*writeOp.second)(OS); in writeLinkEditData() local
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp183 if (auto writeOp = dyn_cast<vector::TransferWriteOp>(op)) { in getSubgroupMmaNativeVectorSize() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldMemRefAliasOps.cpp420 vector::TransferWriteOp writeOp, in preconditionsFoldSubViewOp() argument
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp947 LogicalResult BytecodeWriter::writeOp(EncodingEmitter &emitter, Operation *op) { writeOp() function in BytecodeWriter
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp170 transferWriteSupportsMMAMatrixType(vector::TransferWriteOp writeOp) { in transferWriteSupportsMMAMatrixType() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1612 auto writeOp = cast<omp::AtomicWriteOp>(opInst); convertOmpAtomicWrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4638 matchAndRewrite(TransferWriteOp writeOp,PatternRewriter & rewriter) const matchAndRewrite() argument