Searched refs:AddNode (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/compiler/
H A Draw-machine-assembler.h80 return AddNode(common()->Int32Constant(value));
83 return AddNode(common()->Int64Constant(value));
86 return AddNode(common()->NumberConstant(value));
89 return AddNode(common()->Float32Constant(value));
92 return AddNode(common()->Float64Constant(value));
95 return AddNode(common()->HeapConstant(object));
102 return AddNode(common()->ExternalConstant(address));
106 return AddNode(common()->Projection(index), a);
114 return AddNode(machine()->Load(rep), base, index);
122 return AddNode(machin
641 Node* AddNode(const Operator* op) { function in class:v8::internal::compiler::RawMachineAssembler
646 Node* AddNode(const Operator* op, Node* n1, TArgs... args) { function in class:v8::internal::compiler::RawMachineAssembler
[all...]
H A Draw-machine-assembler.cc33 AddNode(common()->Parameter(static_cast<int>(i)), graph->start());
66 Node* branch = AddNode(common()->Branch(), condition);
78 Node* switch_node = AddNode(common()->Switch(succ_count), index);
85 schedule()->AddNode(case_block, case_node);
90 schedule()->AddNode(default_block, default_node);
134 return AddNode(common()->Call(desc), input_count, buffer);
152 return AddNode(common()->Call(desc), input_count, buffer);
163 Node* ref = AddNode(
167 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context);
178 Node* ref = AddNode(
358 Node* RawMachineAssembler::AddNode(const Operator* op, int input_count, function in class:v8::internal::compiler::RawMachineAssembler
[all...]
H A Dschedule.cc53 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); } function in class:v8::internal::compiler::BasicBlock
184 void Schedule::AddNode(BasicBlock* block, Node* node) { function in class:v8::internal::compiler::Schedule
191 block->AddNode(node);
H A Dschedule.h99 void AddNode(Node* node);
204 void AddNode(BasicBlock* block, Node* node);
H A Dscheduler.cc118 schedule_->AddNode(block, node);
290 schedule_->AddNode(block, node);
1160 schedule_->AddNode(block, node);
1670 schedule_->AddNode(block, node);
/external/v8/test/cctest/compiler/
H A Dtest-multiple-return.cc100 Node* ret3 = mt.AddNode(mt.common()->Call(desc), mt.HeapConstant(code), a, b);
101 Node* x = mt.AddNode(mt.common()->Projection(0), ret3);
102 Node* y = mt.AddNode(mt.common()->Projection(1), ret3);
103 Node* z = mt.AddNode(mt.common()->Projection(2), ret3);
H A Dtest-instruction.cc56 schedule.AddNode(schedule.start(), node);
62 schedule.AddNode(schedule.start(), node);
68 schedule.AddNode(schedule.start(), node);
74 schedule.AddNode(block, node);
H A Dtest-run-machops.cc38 m.Return(m.AddNode(m.machine()->Word32Ctz().op(), m.Parameter(0)));
122 m.Return(m.AddNode(m.machine()->Word32Popcnt().op(), m.Parameter(0)));
214 m.Return(m.AddNode(m.machine()->Word64Ctz().op(), m.Parameter(0)));
290 m.Return(m.AddNode(m.machine()->Word64Popcnt().op(), m.Parameter(0)));
350 m.Return(m.AddNode(kOps[i], a, b));
411 m.Return(m.AddNode(kOps[i], a, b));
1098 m.AddNode(m.common()->Phi(MachineRepresentation::kWord32, num_results),
1540 m.AddNode(shops[n], m.Parameter(1),
1632 m.AddNode(shops[n], m.Parameter(1), m.Parameter(2))),
1881 m.AddNode(shop
[all...]
H A Dcodegen-tester.h448 return m->AddNode(op(m->machine()), a, b);
/external/v8/test/unittests/compiler/
H A Dinstruction-selector-unittest.cc247 m.AddNode(m.common()->FinishRegion(), param, m.graph()->start());
336 m2.Return(m2.AddNode(
338 m2.AddNode(m2.common()->BeginRegion(), m2.graph()->start())));
374 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(1));
375 Node* locals = m.AddNode(m.common()->TypedStateValues(&empty_types));
376 Node* stack = m.AddNode(m.common()->TypedStateValues(&empty_types));
378 Node* state_node = m.AddNode(
429 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43));
430 Node* locals = m.AddNode(m.common()->TypedStateValues(&float64_type),
432 Node* stack = m.AddNode(
[all...]
H A Dschedule-unittest.cc97 TEST_F(ScheduleTest, AddNode) {
103 schedule.AddNode(start, node0);
109 schedule.AddNode(start, node1);
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp51 /// AddNode - Add the node with the given index to the subset.
52 void AddNode(unsigned Idx) {
115 Nodes[FromIdx].second.AddNode(ToIdx);
141 Reachable.AddNode(Idx);
283 NodesInThisSCC.AddNode(SCC[i]->first);
/external/v8/src/
H A Dfutex-emulation.h69 void AddNode(FutexWaitListNode* node);
H A Dfutex-emulation.cc44 void FutexWaitList::AddNode(FutexWaitListNode* node) { function in class:v8::internal::FutexWaitList
119 wait_list_.Pointer()->AddNode(node);
/external/v8/test/cctest/wasm/
H A Dwasm-run-utils.h337 call_wrapper_.Return(call_wrapper_.AddNode(
/external/clang/lib/AST/
H A DASTDiagnostic.cpp661 /// AddNode - Adds a child node to the current node, then sets that node
663 void AddNode() { function in class:__anon964::TemplateDiff::DiffTree
1142 Tree.AddNode();
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp1599 CHECK_HR(hr = pTopology->AddNode(pNode.Get()));
1620 CHECK_HR(hr = pTopology->AddNode(pNode.Get()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp409 /// MulNode is the original multiply, AddNode is (add x, c1),
412 SDValue &AddNode,
11009 // MulNode is the original multiply, AddNode is (add x, c1),
11021 SDValue &AddNode,
11026 if (AddNode.getNode()->hasOneUse())
11037 SDNode *MulVar = AddNode.getOperand(0).getNode();
11050 // AddNode = (A + c1) <-- MulVar is A.
11051 // = AddNode * ConstNode <-- current visiting instruction.
11062 // AddNode = (A + c1)
11063 // ... = AddNode * ConstNod
11020 isMulAddWithConstProfitable(SDNode *MulNode, SDValue &AddNode, SDValue &ConstNode) argument
[all...]

Completed in 1162 milliseconds