Home
last modified time | relevance | path

Searched refs:node_t (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-01-16-InvalidDAGCombineXform.ll3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
5 define void @localize_local_bb19_bb(%struct.node_t** %cur_node) {
7 %tmp1 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
8 %tmp2 = getelementptr %struct.node_t* %tmp1, i32 0, i32 4 ; <double**> [#uses=1]
10 %tmp4 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
11 %tmp5 = getelementptr %struct.node_t* %tmp4, i32 0, i32 4 ; <double**> [#uses=1]
13 %tmp6 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
14 %tmp7 = getelementptr %struct.node_t* %tmp6, i32 0, i32 3 ; <double***> [#uses=1]
16 %tmp9 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
17 %tmp10 = getelementptr %struct.node_t* %tmp9, i32 0, i32 3 ; <double***> [#uses=1]
[all …]
Dswitch-zextload.ll8 …%struct.node_t = type { i8, i8, i8, i8, i32, i32, %struct.node_t**, %struct.node_t*, %struct.move_…
10 define fastcc void @set_proof_and_disproof_numbers(%struct.node_t* nocapture %node) nounwind {
/external/bluetooth/glib/gio/fen/
Dfen-node.h28 typedef struct node node_t; typedef
37 node_t *parent;
43 #define IS_TOPNODE(fp) (((node_t *)(fp))->parent == NULL)
44 #define NODE_NAME(fp) (((node_t *)(fp))->filename)
49 void (*hit) (node_t* node, gpointer user_data);
50 node_t* (*add_missing) (node_t* parent, gpointer user_data);
52 gboolean (*pre_del) (node_t* node, gpointer user_data);
57 node_t* add_node (node_t* parent, const gchar* filename);
58 void remove_node (node_t* node, node_op_t* op);
59 void pending_remove_node (node_t* node, node_op_t* op);
[all …]
Dfen-node.c32 #define NODE_STAT(n) (((node_t*)(n))->stat)
51 static node_t* _head = NULL;
55 static node_t* node_new (node_t* parent, const gchar* basename);
56 static void node_delete (node_t* parent);
57 static gboolean remove_node_internal (node_t* node, node_op_t* op);
58 static void children_add (node_t *p, node_t *f);
59 static void children_remove (node_t *p, node_t *f);
60 static guint children_foreach_remove (node_t *f, GHRFunc func, gpointer user_data);
61 static void children_foreach (node_t *f, GHFunc func, gpointer user_data);
115 node_t* node; in scan_deleting_nodes()
[all …]
Dfen-data.h48 node_t* node;
66 fdata* fdata_new (node_t* node, gboolean is_mondir);
73 node_t* get_parent_node (fdata* data);
81 node_t* add_missing_cb (node_t* parent, gpointer user_data);
82 gboolean pre_del_cb (node_t* node, gpointer user_data);
Dfen-data.c64 static void scan_children (node_t *f);
65 static void scan_known_children (node_t* f);
67 node_t*
68 add_missing_cb (node_t* parent, gpointer user_data) in add_missing_cb()
76 pre_del_cb (node_t* node, gpointer user_data) in pre_del_cb()
141 scan_known_children (node_t* f) in scan_known_children()
158 node_t* childf = NULL; in scan_known_children()
183 scan_children (node_t *f) in scan_children()
200 node_t* childf = NULL; in scan_children()
280 node_t*
[all …]
Dfen-dump.c38 dump_node (node_t* node, gpointer data) in dump_node()
47 dump_node_tree (node_t* node, gpointer user_data) in dump_node_tree()
Dfen-helper.c53 scan_children_init (node_t *f, gpointer sub) in scan_children_init()
69 node_t *childf = NULL; in scan_children_init()
119 node_t* f; in fen_add()
177 node_t* f; in fen_remove()
/external/llvm/test/Transforms/ADCE/
D2002-05-23-ZeroArgPHITest.ll9 %node_t = type { double*, %node_t*, %node_t**, double**, double*, i32, i32 }
11 define void @localize_local(%node_t* %nodelist) {
13 %nodelist.upgrd.1 = alloca %node_t* ; <%node_t**> [#uses=2]
14 store %node_t* %nodelist, %node_t** %nodelist.upgrd.1
18 %reg107 = load %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2]
19 %cond211 = icmp eq %node_t* %reg107, null ; <i1> [#uses=1]
23 … %reg109 = phi %node_t* [ %reg110, %bb2 ], [ %reg107, %bb1 ] ; <%node_t*> [#uses=1]
24 %reg212 = getelementptr %node_t* %reg109, i64 0, i32 1 ; <%node_t**> [#uses=1]
25 %reg110 = load %node_t** %reg212 ; <%node_t*> [#uses=2]
26 %cond213 = icmp ne %node_t* %reg110, null ; <i1> [#uses=1]
/external/llvm/test/CodeGen/ARM/
D2009-03-09-AddrModeBug.ll4 %struct.node_t = type { %struct.hit_t, %struct.hit_t, i32 }
7 define fastcc %struct.node_t* @_ZL6createP6node_tii3v_tS1_d(%struct.node_t* %n, i32 %lvl, i32 %dist…
9 %0 = getelementptr %struct.node_t* %n, i32 0, i32 1 ; <%struct.hit_t*> [#uses=1]
/external/llvm/test/CodeGen/Generic/
D2006-01-12-BadSetCCFold.ll3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
27 …cur_node.0.i8.1.i.i = phi %struct.node_t* [ undef, %dealwithargs.exit ], [ null, %no_exit.i12.i.i …
/external/bison/
DChangeLog5845 (node): Renamed from node_t.
13799 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.