Searched refs:copier (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | wasm-loop-peeling.cc | 30 NodeCopier copier(graph, copied_size, &copied_nodes, 1); in PeelWasmLoop() local 32 copier.CopyNodes(graph, tmp_zone, graph->NewNode(common->Dead()), in PeelWasmLoop() 37 Node* peeled_iteration_header = copier.map(loop_node); in PeelWasmLoop() 52 copier.map(node)->Kill(); in PeelWasmLoop() 60 graph->NewNode(common->Merge(2), node, copier.map(node)->InputAt(0)); in PeelWasmLoop() 75 copier.map(use)->InputAt(0), merge_node); in PeelWasmLoop() 79 copier.map(use)->Kill(); in PeelWasmLoop() 85 copier.map(node)->Kill(); in PeelWasmLoop() 126 use_edge.from()->ReplaceInput(0, copier.map(use_edge.from())); in PeelWasmLoop()
|
D | loop-peeling.cc | 133 NodeCopier copier(graph_, estimated_peeled_size, &iter->node_pairs_, 1); in Peel() local 139 copier.Insert(node, node->InputAt(kAssumedLoopEntryIndex)); in Peel() 143 copier.CopyNodes(graph_, tmp_zone_, dead, loop_tree_->BodyNodes(loop), in Peel() 157 inputs.push_back(copier.map(loop_node->InputAt(i))); in Peel() 167 inputs.push_back(copier.map(node->InputAt(1 + i))); in Peel() 184 node->ReplaceInput(0, copier.map(node->InputAt(1))); in Peel() 186 new_entry = copier.map(loop_node->InputAt(1)); in Peel() 197 exit->ReplaceInput(1, copier.map(exit->InputAt(0))); in Peel() 202 exit->InsertInput(graph_->zone(), 1, copier.map(exit->InputAt(0))); in Peel() 208 exit->InsertInput(graph_->zone(), 1, copier.map(exit->InputAt(0))); in Peel()
|
D | loop-unrolling.cc | 36 NodeCopier copier(graph, copied_size, &copies, unrolling_count); in UnrollLoop() local 38 copier.CopyNodes(graph, tmp_zone, graph->NewNode(common->Dead()), in UnrollLoop() 52 #define COPY(node, n) copier.map(node, n) in UnrollLoop()
|
/third_party/python/Lib/ |
D | copy.py | 74 copier = _copy_dispatch.get(cls) 75 if copier: 76 return copier(x) 82 copier = getattr(cls, "__copy__", None) 83 if copier is not None: 84 return copier(x) 144 copier = _deepcopy_dispatch.get(cls) 145 if copier is not None: 146 y = copier(x, memo) 151 copier = getattr(x, "__deepcopy__", None) [all …]
|
/third_party/python/Lib/venv/ |
D | __init__.py | 254 copier = self.symlink_or_copy 257 copier(context.executable, path) 265 copier(context.env_exe, path, relative_symlinks_ok=True) 291 copier(src, os.path.join(binpath, suffix))
|
/third_party/python/Lib/test/ |
D | test_collections.py | 574 for copier in copy.copy, copy.deepcopy: 575 q = copier(p)
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1968 copier(src, os.path.join(binpath, suffix)) 1973 + copier(os.path.join(dirname, 'python.exe'), os.path.join(binpath, 'python3.exe')) 1974 + copier(os.path.join(dirname, 'python.exe'), os.path.join(binpath, 'python%d.%d.exe… 1975 + copier(os.path.join(dirname, 'pythonw.exe'), os.path.join(binpath, 'python3w.exe'))
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 1953 copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 1953 copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 1953 copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 1953 copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
|