Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DLegalizeStandardForSPIRV.cpp57 void LoadOpOfSubViewFolder<LoadOp>::replaceOp(LoadOp loadOp, in replaceOp() function in __anon615d5a650111::LoadOpOfSubViewFolder
66 void LoadOpOfSubViewFolder<vector::TransferReadOp>::replaceOp( in replaceOp() function in __anon615d5a650111::LoadOpOfSubViewFolder::TransferReadOp
75 void StoreOpOfSubViewFolder<StoreOp>::replaceOp( in replaceOp() function in __anon615d5a650111::StoreOpOfSubViewFolder
83 void StoreOpOfSubViewFolder<vector::TransferWriteOp>::replaceOp( in replaceOp() function in __anon615d5a650111::StoreOpOfSubViewFolder::TransferWriteOp
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp161 void PatternRewriter::replaceOp(Operation *op, ValueRange newValues) { in replaceOp() function in PatternRewriter
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp541 pdl::ReplaceOp replaceOp, DenseMap<Value, Value> &rewriteValues, in generateRewriter()
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp1253 void ConversionPatternRewriter::replaceOp(Operation *op, ValueRange newValues) { in replaceOp() function in ConversionPatternRewriter