Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/mlir/examples/transform/Ch3/lib/
H A DMyExtension.cpp160 mlir::Operation *replacement = rewriter.create(state); replaceCallWithOp() local
172 Operation *replacement = replaceCallWithOp(rewriter, call); applyToOne() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp39 Value replacement = std::get<1>(tuple); in cloneConstantsIntoTheRegion() local
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIExpressionRewriter.cpp51 SmallVector<OperatorT> replacement = in simplify() local
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp62 Append(llvm::StringRef path,llvm::StringRef replacement,bool notify) Append() argument
84 AppendUnique(llvm::StringRef path,llvm::StringRef replacement,bool notify) AppendUnique() argument
97 Insert(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Insert() argument
112 Replace(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Replace() argument
[all...]
/llvm-project/flang/include/flang/Parser/
H A Dpreprocessor.h47 const TokenSequence &replacement() const { return replacement_; } in replacement() function
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp786 registerOpVectorReplacement(Operation * replaced,Operation * replacement) registerOpVectorReplacement() argument
814 registerValueVectorReplacement(Value replaced,Operation * replacement) registerValueVectorReplacement() argument
829 registerBlockArgVectorReplacement(BlockArgument replaced,BlockArgument replacement) registerBlockArgVectorReplacement() argument
834 registerValueVectorReplacementImpl(Value replaced,Value replacement) registerValueVectorReplacementImpl() argument
853 registerValueScalarReplacement(Value replaced,Value replacement) registerValueScalarReplacement() argument
871 registerLoopResultScalarReplacement(Value replaced,Value replacement) registerLoopResultScalarReplacement() argument
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DDropEquivalentBufferResults.cpp129 Value replacement = callOp.getOperand(resultToArgs[i]); dropEquivalentBufferResults() local
H A DEmptyTensorElimination.cpp148 Value replacement = eliminateEmptyTensors() local
[all...]
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DResolveShapedTypeResultDims.cpp100 Value replacement = getValueOrCreateConstantIndexOp( matchAndRewrite() local
H A DIndependenceTransforms.cpp172 auto replacement = in replaceWithIndependentOp() local
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommand.py562 def verify_source_map_entry_pair(self, entry, original, replacement): argument
/llvm-project/llvm/utils/lit/lit/
H A DTestingConfig.py257 replace(self, pattern, replacement) global() argument
/llvm-project/mlir/test/lib/Interfaces/TilingInterface/
H A DTestTilingInterfaceTransformOps.cpp113 if (auto replacement = tiledResults->replacements.lookup(res)) { applyTileAndFuseToAll() local
323 if (auto replacement = tiledResults->replacements.lookup(res)) applyTilingToAll() local
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp386 Operation *replacement) { in replacePayloadOp() argument
441 transform::TransformState::replacePayloadValue(Value value, Value replacement) { in replacePayloadValue() argument
1047 replacePayloadOp(Operation * op,Operation * replacement) replacePayloadOp() argument
1055 replacePayloadValue(Value value,Value replacement) replacePayloadValue() argument
1342 Operation *replacement; notifyOperationReplaced() local
1418 notifyPayloadOperationReplaced(Operation * op,Operation * replacement) notifyPayloadOperationReplaced() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp85 auto replacement = replace(element); replaceElementsIn() local
/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp127 if (Node *replacement = m_replacer(symbol)) { in Visit() local
/llvm-project/mlir/lib/Dialect/Tensor/TransformOps/
H A DTensorTransformOps.cpp208 FailureOr<Value> replacement = failure(); in applyToOne() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp256 Value replacement = matchAndRewrite() local
/llvm-project/mlir/lib/CAPI/IR/
H A DAffineMap.cpp143 MlirAffineExpr replacement, in mlirAffineMapReplace()
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp310 Value replacement = it->second[i - stages[op]]; emitPrologue() local
668 Value replacement = it->second[maxStage - stages[op] + i]; emitEpilogue() local
/llvm-project/clang-tools-extra/clangd/
H A DFormat.cpp89 tooling::Replacement replacement(llvm::StringRef Code, llvm::StringRef From, in replacement() function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DEraseUnusedOperandsAndResults.cpp410 BlockArgument replacement = genericOp.getBody()->getArgument(after); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/TransformOps/
H A DMemRefTransformOps.cpp284 FailureOr<Value> replacement = failure(); in applyToOne() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp532 for (Value replacement : replacements) { in processWorklist() local
755 Operation *op, ValueRange replacement) { in notifyOperationReplaced() argument
/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp29 replace_extension(path const & replacement) replace_extension() argument

12