/llvm-project/mlir/unittests/IR/ |
H A D | AffineMapTest.cpp | 20 DenseMap<AffineExpr, AffineExpr> replacements; in TEST() local
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | TilingInterface.h | 42 /// merge. These are used as replacements for the original tiled operation. member
|
/llvm-project/mlir/include/mlir/Dialect/SCF/Transforms/ |
H A D | TileUsingInterface.h | 87 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 D | TestRegexCommand.cpp | 23 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in Substitute()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectRegexCommand.cpp | 32 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in SubstituteVariables() argument
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | EraseUnusedOperandsAndResults.cpp | 253 SmallVector<Value> replacements(origOpBlock->getNumArguments(), nullptr); in populateOpPayload() local 386 DenseMap<int, int> replacements; in matchAndRewrite() local
|
H A D | Padding.cpp | 155 LinalgOp &paddedOp, SmallVector<Value> &replacements, in rewriteAsPaddedOp() argument
|
H A D | DecomposeLinalgOps.cpp | 354 SmallVector<Value> replacements; in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferDeallocationSimplification.cpp | 240 SmallVector<Value> newRetainedMemrefs, replacements; in matchAndRewrite() local 344 SmallVector<Value> replacements = in matchAndRewrite() local [all...] |
H A D | LowerDeallocations.cpp | 143 SmallVector<Value> replacements; in rewriteOneMemrefMultipleRetainCase() local 320 SmallVector<Value> replacements; rewriteGeneralCase() local
|
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/ |
H A D | BufferDeallocationOpInterfaceImpl.cpp | 98 SmallVector<Value> replacements, ownerships; in process() local
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Format.cpp | 135 std::vector<FmtReplacement> replacements; in parseFormatString() local
|
/llvm-project/llvm/utils/ |
H A D | abtest.py | 202 def replace_functions(source, dest, replacements): argument
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | DecomposeAffineOps.cpp | 56 SmallVector<AffineExpr> replacements(numOperands); in reorderOperandsByHoistability() local
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Format.h | 145 std::vector<FmtReplacement> replacements; variable
|
/llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs |
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | TileUsingInterface.cpp | 681 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 D | AffineMap.cpp | 831 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 D | TestTensorTransforms.cpp | 325 SmallVector<Value> replacements(replaced->getNumResults(), Value()); testTrackingListenerReplacements() local
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | GreedyPatternRewriteDriver.cpp | 514 SmallVector<Value> replacements; in processWorklist() local
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/ |
H A D | Transforms.h | 499 llvm::DenseMap<Value, Value> replacements; global() member
|
/llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
H A D | BufferizableOpInterface.cpp | 708 SmallVector<Value> replacements; replaceOpWithBufferizedValues() local
|
H A D | BufferizationOps.cpp | 1013 SmallVector<Value> replacements( matchAndRewrite() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestPatterns.cpp | 1751 SmallVector<Value, 2> replacements(succOperands); matchAndRewrite() local 1772 SmallVector<Value, 2> replacements(succOperands); matchAndRewrite() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 123 DenseMap<AffineExpr, AffineExpr> replacements; in Variable() local
|