/llvm-project/mlir/examples/transform/Ch3/lib/ |
H A D | MyExtension.cpp | 160 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 D | PassDetail.cpp | 39 Value replacement = std::get<1>(tuple); in cloneConstantsIntoTheRegion() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | DIExpressionRewriter.cpp | 51 SmallVector<OperatorT> replacement = in simplify() local
|
/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 62 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 D | preprocessor.h | 47 const TokenSequence &replacement() const { return replacement_; } in replacement() function
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | SuperVectorize.cpp | 786 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 D | DropEquivalentBufferResults.cpp | 129 Value replacement = callOp.getOperand(resultToArgs[i]); dropEquivalentBufferResults() local
|
H A D | EmptyTensorElimination.cpp | 148 Value replacement = eliminateEmptyTensors() local [all...] |
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | ResolveShapedTypeResultDims.cpp | 100 Value replacement = getValueOrCreateConstantIndexOp( matchAndRewrite() local
|
H A D | IndependenceTransforms.cpp | 172 auto replacement = in replaceWithIndependentOp() local
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
H A D | TestBreakpointCommand.py | 562 def verify_source_map_entry_pair(self, entry, original, replacement): argument
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestingConfig.py | 257 replace(self, pattern, replacement) global() argument
|
/llvm-project/mlir/test/lib/Interfaces/TilingInterface/ |
H A D | TestTilingInterfaceTransformOps.cpp | 113 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 D | TransformInterfaces.cpp | 386 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 D | AttrTypeSubElements.cpp | 85 auto replacement = replace(element); replaceElementsIn() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 127 if (Node *replacement = m_replacer(symbol)) { in Visit() local
|
/llvm-project/mlir/lib/Dialect/Tensor/TransformOps/ |
H A D | TensorTransformOps.cpp | 208 FailureOr<Value> replacement = failure(); in applyToOne() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | LowerABIAttributesPass.cpp | 256 Value replacement = matchAndRewrite() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | AffineMap.cpp | 143 MlirAffineExpr replacement, in mlirAffineMapReplace()
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopPipelining.cpp | 310 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 D | Format.cpp | 89 tooling::Replacement replacement(llvm::StringRef Code, llvm::StringRef From, in replacement() function
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | EraseUnusedOperandsAndResults.cpp | 410 BlockArgument replacement = genericOp.getBody()->getArgument(after); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/MemRef/TransformOps/ |
H A D | MemRefTransformOps.cpp | 284 FailureOr<Value> replacement = failure(); in applyToOne() local
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | GreedyPatternRewriteDriver.cpp | 532 for (Value replacement : replacements) { in processWorklist() local 755 Operation *op, ValueRange replacement) { in notifyOperationReplaced() argument
|
/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 29 replace_extension(path const & replacement) replace_extension() argument
|