Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp50 auto readOp = cast<vector::TransferReadOp>(op); in bufferize() local
H A DVectorTransforms.cpp2599 LogicalResult matchAndRewrite(vector::TransferReadOp readOp, in matchAndRewrite()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp81 if (auto readOp = dyn_cast<vector::TransferReadOp>(op)) { in getShape() local
521 if (auto readOp = dyn_cast<vector::TransferReadOp>(op)) in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp143 if (auto readOp = dyn_cast<AffineReadOpInterface>(op)) { in isLoopMemoryParallel() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp112 static bool transferReadSupportsMMAMatrixType(vector::TransferReadOp readOp, in transferReadSupportsMMAMatrixType()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1006 auto readOp = cast<omp::AtomicReadOp>(opInst); in convertOmpAtomicRead() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3155 static Value foldRAW(TransferReadOp readOp) { in foldRAW()