HomeSort by relevance Sort by last modified time
    Searched refs:AddNode (Results 1 - 21 of 21) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 85 return AddNode(common()->Int32Constant(value));
88 return AddNode(machine()->StackSlot(rep));
91 return AddNode(common()->Int64Constant(value));
94 return AddNode(common()->NumberConstant(value));
97 return AddNode(common()->Float32Constant(value));
100 return AddNode(common()->Float64Constant(value));
103 return AddNode(common()->HeapConstant(object));
110 return AddNode(common()->ExternalConstant(address));
113 return AddNode(common()->RelocatableInt32Constant(value, rmode));
116 return AddNode(common()->RelocatableInt64Constant(value, rmode))
    [all...]
raw-machine-assembler.cc 33 AddNode(common()->Parameter(static_cast<int>(i)), graph->start());
102 Node* switch_node = AddNode(common()->Switch(succ_count), index);
109 schedule()->AddNode(case_block, case_node);
115 schedule()->AddNode(default_block, default_node);
167 void RawMachineAssembler::DebugBreak() { AddNode(machine()->DebugBreak()); }
177 AddNode(machine()->Comment(msg));
185 return AddNode(common()->Call(desc), input_count, inputs);
194 return AddNode(common()->Call(desc), input_count, inputs);
214 return AddNode(common()->Call(descriptor), function);
227 return AddNode(common()->Call(descriptor), function, arg0)
    [all...]
instruction-scheduler.cc 14 void InstructionScheduler::SchedulingQueueBase::AddNode(
211 ready_list.AddNode(node);
230 ready_list.AddNode(successor);
instruction-scheduler.h 107 void AddNode(ScheduleGraphNode* node);
schedule.h 102 void AddNode(Node* node);
207 void AddNode(BasicBlock* block, Node* node);
schedule.cc 53 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); }
184 void Schedule::AddNode(BasicBlock* block, Node* node) {
191 block->AddNode(node);
scheduler.cc 118 schedule_->AddNode(block, node);
290 schedule_->AddNode(block, node);
    [all...]
code-assembler.cc 492 Node* exception_value = raw_assembler()->AddNode(op, node, node);
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 51 /// 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/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 53 /// AddNode - Add the node with the given index to the subset.
54 void AddNode(unsigned Idx) {
117 Nodes[FromIdx].second.AddNode(ToIdx);
143 Reachable.AddNode(Idx);
285 NodesInThisSCC.AddNode(SCC[i]->first);
  /external/v8/src/
futex-emulation.h 70 void AddNode(FutexWaitListNode* node);
futex-emulation.cc 45 void FutexWaitList::AddNode(FutexWaitListNode* node) {
120 wait_list_.Pointer()->AddNode(node);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h 242 @fn AddNode
250 bool AddNode(const T& data)
PVRTPFXParser.cpp     [all...]
  /art/compiler/optimizing/
scheduler_test.cc 149 scheduling_graph.AddNode(instr);
275 scheduling_graph.AddNode(instr);
scheduler.h 253 SchedulingNode* AddNode(HInstruction* instr, bool is_scheduling_barrier = false) {
scheduler.cc 583 SchedulingNode* node = scheduling_graph_.AddNode(instruction, IsSchedulingBarrier(instruction));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 292 STDMETHOD(AddNode)(ID2D1TransformNode *node) PURE;
mfidl.h 766 virtual HRESULT STDMETHODCALLTYPE AddNode(
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 712 /// AddNode - Adds a child node to the current node, then sets that node
714 void AddNode() {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 422 /// MulNode is the original multiply, AddNode is (add x, c1),
425 SDValue &AddNode,
    [all...]

Completed in 656 milliseconds