Home
last modified time | relevance | path

Searched defs:replacements (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/mlir/unittests/IR/
H A DAffineMapTest.cpp20 DenseMap<AffineExpr, AffineExpr> replacements; in TEST() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DTilingInterface.h42 /// merge. These are used as replacements for the original tiled operation. member
/llvm-project/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTileUsingInterface.h87 SmallVector<Value> replacements; global() member
214 llvm::DenseMap<Value, Value> replacements; global() member
276 SmallVector<Value> replacements; global() member
/llvm-project/lldb/unittests/Interpreter/
H A DTestRegexCommand.cpp23 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in Substitute()
/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp32 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in SubstituteVariables() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DEraseUnusedOperandsAndResults.cpp253 SmallVector<Value> replacements(origOpBlock->getNumArguments(), nullptr); in populateOpPayload() local
386 DenseMap<int, int> replacements; in matchAndRewrite() local
H A DPadding.cpp155 LinalgOp &paddedOp, SmallVector<Value> &replacements, in rewriteAsPaddedOp() argument
H A DDecomposeLinalgOps.cpp354 SmallVector<Value> replacements; in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocationSimplification.cpp240 SmallVector<Value> newRetainedMemrefs, replacements; in matchAndRewrite() local
344 SmallVector<Value> replacements = in matchAndRewrite() local
[all...]
H A DLowerDeallocations.cpp143 SmallVector<Value> replacements; in rewriteOneMemrefMultipleRetainCase() local
320 SmallVector<Value> replacements; rewriteGeneralCase() local
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp98 SmallVector<Value> replacements, ownerships; in process() local
/llvm-project/mlir/lib/TableGen/
H A DFormat.cpp135 std::vector<FmtReplacement> replacements; in parseFormatString() local
/llvm-project/llvm/utils/
H A Dabtest.py202 def replace_functions(source, dest, replacements): argument
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DDecomposeAffineOps.cpp56 SmallVector<AffineExpr> replacements(numOperands); in reorderOperandsByHoistability() local
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h145 std::vector<FmtReplacement> replacements; variable
/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp681 SmallVector<Value> replacements = llvm::map_to_vector( tileUsingSCF() local
787 SmallVector<Value> replacements = llvm::map_to_vector( tileReductionUsingScf() local
1101 DenseMap<Value, Value> replacements; tileConsumerAndFuseProducersUsingSCF() local
1187 DenseMap<Value, Value> replacements; tileConsumerAndFuseProducersUsingSCF() local
[all...]
/llvm-project/mlir/lib/IR/
H A DAffineMap.cpp831 SmallVector<AffineExpr> replacements; projectCommonImpl() local
839 __anon77ce9c8d0b02(AffineExpr e, ArrayRef<AffineExpr> replacements) projectCommonImpl() argument
843 __anon77ce9c8d0c02(AffineExpr e, ArrayRef<AffineExpr> replacements) projectCommonImpl() argument
/llvm-project/mlir/test/lib/Dialect/Tensor/
H A DTestTensorTransforms.cpp325 SmallVector<Value> replacements(replaced->getNumResults(), Value()); testTrackingListenerReplacements() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp514 SmallVector<Value> replacements; in processWorklist() local
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h499 llvm::DenseMap<Value, Value> replacements; global() member
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp708 SmallVector<Value> replacements; replaceOpWithBufferizedValues() local
H A DBufferizationOps.cpp1013 SmallVector<Value> replacements( matchAndRewrite() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1751 SmallVector<Value, 2> replacements(succOperands); matchAndRewrite() local
1772 SmallVector<Value, 2> replacements(succOperands); matchAndRewrite() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp123 DenseMap<AffineExpr, AffineExpr> replacements; in Variable() local

12