Home
last modified time | relevance | path

Searched defs:replaceOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp162 void LoadOpOfSubViewFolder<LoadOpTy>::replaceOp( in replaceOp() function in __anonf35a90630111::LoadOpOfSubViewFolder
170 void LoadOpOfSubViewFolder<vector::TransferReadOp>::replaceOp( in replaceOp() function in __anonf35a90630111::LoadOpOfSubViewFolder::TransferReadOp
186 void StoreOpOfSubViewFolder<StoreOpTy>::replaceOp( in replaceOp() function in __anonf35a90630111::StoreOpOfSubViewFolder
194 void StoreOpOfSubViewFolder<vector::TransferWriteOp>::replaceOp( in replaceOp() function in __anonf35a90630111::StoreOpOfSubViewFolder::TransferWriteOp
/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp245 void RewriterBase::replaceOp(Operation *op, ValueRange newValues) { in replaceOp() function in RewriterBase
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp761 pdl::ReplaceOp replaceOp, DenseMap<Value, Value> &rewriteValues, in generateRewriter()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp830 void replaceOp(mlir::Operation *op, mlir::ValueRange newValues) { in replaceOp() function in __anon5e619a4c0111::TargetRewrite
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1513 void ConversionPatternRewriter::replaceOp(Operation *op, ValueRange newValues) { in replaceOp() function in ConversionPatternRewriter