HomeSort by relevance Sort by last modified time
    Searched refs:NodeId (Results 51 - 72 of 72) sorted by null

1 23

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
GraphvizGrapher.java 32 import com.google.inject.grapher.NodeId;
50 private final Map<NodeId, GraphvizNode> nodes = Maps.newHashMap();
211 protected String getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint) {
212 List<String> portStrings = Lists.newArrayList(nodeId);
241 NodeId nodeId = node.getId();
242 GraphvizNode gnode = new GraphvizNode(nodeId);
244 Key<?> key = nodeId.getKey();
251 NodeId nodeId = node.getId()
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 174 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd);
175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra);
261 PBQPRAGraph::NodeId node1 = G.getMetadata().getNodeIdForVReg(Rd);
274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 36 import org.yaml.snakeyaml.nodes.NodeId;
47 protected final Map<NodeId, Construct> yamlClassConstructors = new EnumMap<NodeId, Construct>(
48 NodeId.class);
SafeConstructor.java 38 import org.yaml.snakeyaml.nodes.NodeId;
65 this.yamlClassConstructors.put(NodeId.scalar, undefinedConstructor);
66 this.yamlClassConstructors.put(NodeId.sequence, undefinedConstructor);
67 this.yamlClassConstructors.put(NodeId.mapping, undefinedConstructor);
Constructor.java 41 import org.yaml.snakeyaml.nodes.NodeId;
88 yamlClassConstructors.put(NodeId.scalar, new ConstructScalar());
89 yamlClassConstructors.put(NodeId.mapping, new ConstructMapping());
90 yamlClassConstructors.put(NodeId.sequence, new ConstructSequence());
270 if (!typeDetected && valueNode.getNodeId() != NodeId.scalar) {
276 if (valueNode.getNodeId() == NodeId.sequence) {
  /external/v8/src/compiler/
escape-analysis.cc 27 typedef NodeId Alias;
65 bool IsInQueue(NodeId id);
66 void SetInQueue(NodeId id, bool on_stack);
78 bool IsVirtual(NodeId id);
82 Alias GetAlias(NodeId id) const { return aliases_[id]; }
137 VirtualObject(NodeId id, VirtualState* owner, Zone* zone)
153 VirtualObject(NodeId id, VirtualState* owner, Zone* zone, size_t field_number,
216 NodeId id() const { return id_; }
217 void id(NodeId id) { id_ = id; }
223 NodeId id_
    [all...]
node.cc 52 Node* Node::New(Zone* zone, NodeId id, const Operator* op, int input_count,
119 Node* Node::Clone(Zone* zone, NodeId id, const Node* node) {
290 Node::Node(NodeId id, const Operator* op, int inline_count, int inline_capacity)
instruction-selector.h 169 const std::map<NodeId, int> GetVirtualRegistersForTesting() const;
osr.cc 237 NodeId const id = end->InputAt(i)->id();
instruction-selector.cc 257 const std::map<NodeId, int> InstructionSelector::GetVirtualRegistersForTesting()
259 std::map<NodeId, int> virtual_registers;
262 NodeId const id = static_cast<NodeId>(n);
    [all...]
memory-optimizer.cc 441 NodeId const id = node->id();
schedule.cc 140 if (node->id() < static_cast<NodeId>(nodeid_to_block_.size())) {
typer.cc 187 ZoneSet<NodeId> weakened_nodes_;
216 void SetWeakened(NodeId node_id) { weakened_nodes_.insert(node_id); }
217 bool IsWeakened(NodeId node_id) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 193 // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
331 // Recompute the NodeId and correct processed operands, adding the node to
366 int NodeId = User->getNodeId();
370 if (NodeId > 0) {
371 User->setNodeId(NodeId-1);
374 if (NodeId-1 == ReadyToProcess)
382 if (NodeId == NewNode)
386 // became ready. Its new NodeId is the number of operands it has minus 1
388 assert(NodeId == Unanalyzed && "Unknown node ID!");
466 /// calculate the NodeId. If the node itself changes to a processed node, i
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Yaml.java 11 import org.yaml.snakeyaml.nodes.NodeId;
265 yamlClassConstructors.put(NodeId.scalar, new ConstructParallelMode());
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 275 typedef std::map<NodeId, int> VirtualRegisters;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 366 /// This function should only be used to add data to the NodeID value.
397 int NodeId;
498 int getNodeId() const { return NodeId; }
501 void setNodeId(int Id) { NodeId = Id; }
779 SubclassData(0), NodeId(-1),
800 SubclassData(0), NodeId(-1), OperandList(nullptr), ValueList(VTs.VTs),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 623 ULONG NodeId,
ks.h 113 ULONG NodeId;
119 ULONG NodeId;
125 ULONG NodeId;
    [all...]
clusapi.h 113 DWORD NodeId;
    [all...]
ksmedia.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 1288 milliseconds

1 23