Home
last modified time | relevance | path

Searched defs:readOp (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DCreateAsyncGroups.cpp85 Operation *readOp) { in buildNumReadElements() argument
171 Operation *readOp = vectorVal.getDefiningOp(); in createAsyncGroups() local
222 Operation *readOp = nextNode; in createAsyncGroups() local
246 Operation *readOp = vectorVal.getDefiningOp(); createAsyncGroups() local
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DFoldTensorSubsetOps.cpp92 matchAndRewriteMaskableOp(vector::TransferReadOp readOp,vector::MaskingOpInterface maskOp,PatternRewriter & rewriter) const matchAndRewriteMaskableOp() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp52 auto readOp = cast<vector::TransferReadOp>(op); in bufferize() local
H A DVectorTransforms.cpp1273 matchAndRewrite(vector::TransferReadOp readOp,PatternRewriter & rewriter) const matchAndRewrite() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp315 [&](auto readOp) { return readOp.getSource(); }) in getMixedSizesXfer() argument
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp88 if (auto readOp = dyn_cast<vector::TransferReadOp>(op)) { in getShape() local
273 numLoops = readOp.getVectorType().getRank(); in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp147 if (auto readOp = dyn_cast<AffineReadOpInterface>(op)) { in isLoopMemoryParallel() local
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp191 if (auto readOp = dyn_cast<vector::TransferReadOp>(op)) { in getSubgroupMmaNativeVectorSize() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldMemRefAliasOps.cpp414 vector::TransferReadOp readOp, in preconditionsFoldSubViewOp() argument
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp145 static bool transferReadSupportsMMAMatrixType(vector::TransferReadOp readOp) { in transferReadSupportsMMAMatrixType() argument
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1590 auto readOp = cast<omp::AtomicReadOp>(opInst); convertOmpAtomicRead() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4193 foldRAW(TransferReadOp readOp) foldRAW() argument
[all...]