Searched refs:ResizeMergeOrPhi (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-loop-peeling.cc | 116 const Operator* phi = common->ResizeMergeOrPhi( in PeelWasmLoop()
|
H A D | loop-peeling.cc | 172 const Operator* op = common_->ResizeMergeOrPhi(node->op(), backedges); in Peel()
|
H A D | loop-unrolling.cc | 214 COPY(use, i), common->ResizeMergeOrPhi(use->op(), count - 1)); in UnrollLoop()
|
H A D | dead-code-elimination.cc | 370 const Operator* const op = common()->ResizeMergeOrPhi(node->op(), size); in TrimMergeOrPhi()
|
H A D | common-operator.h | 555 const Operator* ResizeMergeOrPhi(const Operator* op, int size);
|
H A D | raw-machine-assembler.cc | 850 const Operator* new_op = common()->ResizeMergeOrPhi(op, phi->InputCount()); in AppendPhiInput()
|
H A D | common-operator.cc | 1543 const Operator* CommonOperatorBuilder::ResizeMergeOrPhi(const Operator* op, in ResizeMergeOrPhi() function in v8::internal::compiler::CommonOperatorBuilder
|
H A D | wasm-compiler.cc | 640 merge, mcgraph()->common()->ResizeMergeOrPhi(merge->op(), new_size)); in AppendToMerge() 648 phi, mcgraph()->common()->ResizeMergeOrPhi(phi->op(), new_size)); in AppendToPhi()
|
Completed in 21 milliseconds