Home
last modified time | relevance | path

Searched refs:use_node (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc159 Node* use_node, UseInfo use_info) { in GetRepresentationFor()
172 use_node); in GetRepresentationFor()
175 InsertConversion(node, simplified()->ChangeInt64ToBigInt(), use_node); in GetRepresentationFor()
206 use_node, use_info); in GetRepresentationFor()
212 use_node, use_info); in GetRepresentationFor()
227 use_node, use_info); in GetRepresentationFor()
234 return GetWord32RepresentationFor(node, output_rep, output_type, use_node, in GetRepresentationFor()
241 return GetWord64RepresentationFor(node, output_rep, output_type, use_node, in GetRepresentationFor()
257 Node* use_node, UseInfo use_info) { in GetTaggedSignedRepresentationFor()
343 use_info.feedback(), use_node); in GetTaggedSignedRepresentationFor()
157 GetRepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetRepresentationFor() argument
255 GetTaggedSignedRepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetTaggedSignedRepresentationFor() argument
397 GetTaggedPointerRepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetTaggedPointerRepresentationFor() argument
693 GetFloat64RepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetFloat64RepresentationFor() argument
828 GetWord32RepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetWord32RepresentationFor() argument
1010 InsertConversion(Node* node, const Operator* op, Node* use_node) InsertConversion() argument
1096 GetWord64RepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Node* use_node, UseInfo use_info) GetWord64RepresentationFor() argument
1567 InsertCheckedFloat64ToInt32( Node* node, CheckForMinusZeroMode check, const FeedbackSource& feedback, Node* use_node) InsertCheckedFloat64ToInt32() argument
[all...]
H A Drepresentation-change.h332 Type output_type, Node* use_node,
367 Type output_type, Node* use_node,
371 Type output_type, Node* use_node,
380 Type output_type, Node* use_node,
383 Type output_type, Node* use_node,
388 Type output_type, Node* use_node,
403 Node* use_node);
404 Node* InsertConversion(Node* node, const Operator* op, Node* use_node);
H A Dscheduler.cc1691 auto& use_node = dominators[use_block]; in SplitNode() local
1692 if (use_node == nullptr) { in SplitNode()
1696 use_node = node; in SplitNode()
1701 use_node = CloneNode(node); in SplitNode()
1702 TRACE(" cloning #%d:%s for id:%d\n", use_node->id(), in SplitNode()
1703 use_node->op()->mnemonic(), use_block->id().ToInt()); in SplitNode()
1704 scheduler_->schedule_queue_.push(use_node); in SplitNode()
1707 edge.UpdateTo(use_node); in SplitNode()
H A Dint64-lowering.cc397 Node* use_node = projections[old_index]; in LowerNode() local
398 DCHECK_EQ(ProjectionIndexOf(use_node->op()), old_index); in LowerNode()
404 use_node, common()->Projection(new_index)); in LowerNode()
410 ReplaceNode(use_node, use_node, high_node); in LowerNode()
H A Dsimplified-lowering.cc796 void EnqueueInput(Node* use_node, int index, in EnqueueInput() argument
4206 // Enqueue {use_node}'s {index} input if the {use_info} contains new information
4209 void RepresentationSelector::EnqueueInput<PROPAGATE>(Node* use_node, int index, in EnqueueInput() argument
4211 Node* node = use_node->InputAt(index); in EnqueueInput()
4215 node_input_use_infos_[use_node->id()].SetAndCheckInput(use_node, index, in EnqueueInput()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier.cc50 // Either the semantic information is not present for a `use_node` or that in IsApplicable()
87 const auto* use_node = node_id_map.GetNode(message_.use_id()); in Apply() local
92 clone_context->dst->Expr(clone_context->Clone(use_node->source), in Apply()
94 clone_context->Replace(use_node, cloned_replacement); in Apply()

Completed in 18 milliseconds