/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 81 return AddNode(common()->Int32Constant(value)); in Int32Constant() 84 return AddNode(machine()->StackSlot(rep)); in StackSlot() 87 return AddNode(common()->Int64Constant(value)); in Int64Constant() 90 return AddNode(common()->NumberConstant(value)); in NumberConstant() 93 return AddNode(common()->Float32Constant(value)); in Float32Constant() 96 return AddNode(common()->Float64Constant(value)); in Float64Constant() 99 return AddNode(common()->HeapConstant(object)); in HeapConstant() 106 return AddNode(common()->ExternalConstant(address)); in ExternalConstant() 109 return AddNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant() 112 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant() [all …]
|
D | raw-machine-assembler.cc | 33 AddNode(common()->Parameter(static_cast<int>(i)), graph->start()); in RawMachineAssembler() 95 Node* switch_node = AddNode(common()->Switch(succ_count), index); in Switch() 102 schedule()->AddNode(case_block, case_node); in Switch() 108 schedule()->AddNode(default_block, default_node); in Switch() 138 void RawMachineAssembler::DebugBreak() { AddNode(machine()->DebugBreak()); } in DebugBreak() 141 AddNode(machine()->Comment(msg)); in Comment() 155 return AddNode(common()->Call(desc), input_count, buffer); in CallN() 173 return AddNode(common()->Call(desc), input_count, buffer); in CallNWithFrameState() 183 Node* ref = AddNode( in CallRuntime0() 187 return AddNode(common()->Call(descriptor), centry, ref, arity, context); in CallRuntime0() [all …]
|
D | instruction-scheduler.cc | 189 ready_list.AddNode(node); in ScheduleBlock() 208 ready_list.AddNode(successor); in ScheduleBlock()
|
D | schedule.h | 99 void AddNode(Node* node); 204 void AddNode(BasicBlock* block, Node* node);
|
D | schedule.cc | 53 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); } in AddNode() function in v8::internal::compiler::BasicBlock 184 void Schedule::AddNode(BasicBlock* block, Node* node) { in AddNode() function in v8::internal::compiler::Schedule 191 block->AddNode(node); in AddNode()
|
D | instruction-scheduler.h | 104 void AddNode(ScheduleGraphNode* node) { in AddNode() function
|
D | scheduler.cc | 118 schedule_->AddNode(block, node); in UpdatePlacement() 290 schedule_->AddNode(block, node); in FixNode() 1168 schedule_->AddNode(block, node); in Pre() 1681 schedule_->AddNode(block, node); in SealFinalSchedule()
|
/external/v8/test/unittests/compiler/ |
D | effect-control-linearizer-unittest.cc | 69 schedule.AddNode(start, graph()->start()); in TEST_F() 70 schedule.AddNode(start, heap_number); in TEST_F() 71 schedule.AddNode(start, load); in TEST_F() 118 schedule.AddNode(start, graph()->start()); in TEST_F() 121 schedule.AddNode(tblock, if_true); in TEST_F() 122 schedule.AddNode(tblock, heap_number); in TEST_F() 123 schedule.AddNode(tblock, vtrue); in TEST_F() 126 schedule.AddNode(fblock, if_false); in TEST_F() 127 schedule.AddNode(fblock, vfalse); in TEST_F() 130 schedule.AddNode(mblock, merge); in TEST_F() [all …]
|
D | instruction-selector-unittest.cc | 244 m.AddNode(m.common()->FinishRegion(), param, m.graph()->start()); in TARGET_TEST_F() 333 m2.Return(m2.AddNode( in TARGET_TEST_F() 335 m2.AddNode(m2.common()->BeginRegion(RegionObservability::kObservable), in TARGET_TEST_F() 372 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(1)); in TARGET_TEST_F() 373 Node* locals = m.AddNode(m.common()->TypedStateValues(&empty_types)); in TARGET_TEST_F() 374 Node* stack = m.AddNode(m.common()->TypedStateValues(&empty_types)); in TARGET_TEST_F() 376 Node* state_node = m.AddNode( in TARGET_TEST_F() 427 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43)); in TARGET_TEST_F() 428 Node* locals = m.AddNode(m.common()->TypedStateValues(&float64_type), in TARGET_TEST_F() 430 Node* stack = m.AddNode(m.common()->TypedStateValues(&tagged_type), in TARGET_TEST_F() [all …]
|
D | schedule-unittest.cc | 97 TEST_F(ScheduleTest, AddNode) { in TEST_F() argument 103 schedule.AddNode(start, node0); in TEST_F() 109 schedule.AddNode(start, node1); in TEST_F()
|
/external/v8/test/cctest/compiler/ |
D | test-multiple-return.cc | 101 Node* ret3 = mt.AddNode(mt.common()->Call(desc), mt.HeapConstant(code), a, b); in TEST() 102 Node* x = mt.AddNode(mt.common()->Projection(0), ret3); in TEST() 103 Node* y = mt.AddNode(mt.common()->Projection(1), ret3); in TEST() 104 Node* z = mt.AddNode(mt.common()->Projection(2), ret3); in TEST()
|
D | test-instruction.cc | 56 schedule.AddNode(schedule.start(), node); in Int32Constant() 62 schedule.AddNode(schedule.start(), node); in Float64Constant() 68 schedule.AddNode(schedule.start(), node); in Parameter() 74 schedule.AddNode(block, node); in NewNode()
|
D | test-run-load-store.cc | 282 Node* load = m.AddNode(m.machine()->CheckedLoad(MachineType::Int64()), base, in TEST() 351 m.AddNode(m.machine()->CheckedStore(MachineRepresentation::kWord64), base, in TEST() 426 m.AddNode(machine.CheckedLoad(MachineType::Int32()), base, offset, len); in TestRunOobCheckedLoad() 474 m.AddNode(machine.CheckedStore(MachineRepresentation::kWord32), base, offset, in TestRunOobCheckedStore() 539 m.AddNode(machine.CheckedLoad(MachineType::Int32()), base, offset, len); in TestRunOobCheckedLoad64() 617 m.AddNode(machine.CheckedStore(MachineRepresentation::kWord32), base, offset, in TestRunOobCheckedStore64() 706 m.AddNode(machine.CheckedLoad(MachineType::Int32()), base, offset, len); in TestRunOobCheckedLoad_pseudo() 798 Node* node = m.AddNode(machine.CheckedLoad(MachineTypeForC<MemType>()), base, in TestRunOobCheckedLoadT_pseudo()
|
D | test-run-wasm-machops.cc | 155 Node* cond = m.AddNode(m.machine()->Uint32LessThan(), index, limit); in TEST()
|
D | test-run-machops.cc | 72 m.Return(m.AddNode(m.machine()->Word32ReverseBits().op(), m.Parameter(0))); in TEST() 91 m.Return(m.AddNode(m.machine()->Word32Ctz().op(), m.Parameter(0))); in TEST() 174 m.Return(m.AddNode(m.machine()->Word32Popcnt().op(), m.Parameter(0))); in TEST() 194 m.Return(m.AddNode(m.machine()->Word64ReverseBits().op(), m.Parameter(0))); in TEST() 285 m.Return(m.AddNode(m.machine()->Word64Ctz().op(), m.Parameter(0))); in TEST() 361 m.Return(m.AddNode(m.machine()->Word64Popcnt().op(), m.Parameter(0))); in TEST() 421 m.Return(m.AddNode(kOps[i], a, b)); in TEST() 482 m.Return(m.AddNode(kOps[i], a, b)); in TEST() 1201 m.AddNode(m.common()->Phi(MachineRepresentation::kWord32, num_results), in TEST() 1555 m.AddNode(shops[n], m.Parameter(1), in TEST() [all …]
|
D | codegen-tester.h | 450 return m->AddNode(op(m->machine()), a, b); in MakeNode()
|
/external/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 52 void AddNode(unsigned Idx) { in AddNode() function in llvm::Graph::NodeSubset 115 Nodes[FromIdx].second.AddNode(ToIdx); in AddEdge() 141 Reachable.AddNode(Idx); in NodesReachableFrom() 283 NodesInThisSCC.AddNode(SCC[i]->first); in TEST()
|
/external/v8/src/ |
D | futex-emulation.cc | 44 void FutexWaitList::AddNode(FutexWaitListNode* node) { in AddNode() function in v8::internal::FutexWaitList 119 wait_list_.Pointer()->AddNode(node); in Wait()
|
D | futex-emulation.h | 69 void AddNode(FutexWaitListNode* node);
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 663 void AddNode() { in AddNode() function in __anone77cb4e10111::TemplateDiff::DiffTree 1142 Tree.AddNode(); in DiffTemplate()
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 3066 Node* const n = m.AddNode(m.machine()->Float32Neg().op(), m.Parameter(0)); in TEST_F() 3081 Node* const n = m.AddNode(m.machine()->Float64Neg().op(), m.Parameter(0)); in TEST_F()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 3916 Node* const n = m.AddNode(m.machine()->Float32Neg().op(), m.Parameter(0)); in TEST_F() 3931 Node* const n = m.AddNode(m.machine()->Float64Neg().op(), m.Parameter(0)); in TEST_F()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 412 SDValue &AddNode, 11021 SDValue &AddNode, in isMulAddWithConstProfitable() argument 11026 if (AddNode.getNode()->hasOneUse()) in isMulAddWithConstProfitable() 11037 SDNode *MulVar = AddNode.getOperand(0).getNode(); in isMulAddWithConstProfitable()
|