HomeSort by: relevance | last modified time | path
    Searched defs:asm_stmt (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
gimple-streamer-out.cc 112 gasm *asm_stmt = as_a <gasm *> (stmt); local
113 streamer_write_uhwi (ob, gimple_asm_ninputs (asm_stmt));
114 streamer_write_uhwi (ob, gimple_asm_noutputs (asm_stmt));
115 streamer_write_uhwi (ob, gimple_asm_nclobbers (asm_stmt));
116 streamer_write_uhwi (ob, gimple_asm_nlabels (asm_stmt));
118 gimple_asm_string (asm_stmt), true);
gimple-streamer-out.cc 112 gasm *asm_stmt = as_a <gasm *> (stmt); local
113 streamer_write_uhwi (ob, gimple_asm_ninputs (asm_stmt));
114 streamer_write_uhwi (ob, gimple_asm_noutputs (asm_stmt));
115 streamer_write_uhwi (ob, gimple_asm_nclobbers (asm_stmt));
116 streamer_write_uhwi (ob, gimple_asm_nlabels (asm_stmt));
118 gimple_asm_string (asm_stmt), true);
gimple-streamer-in.cc 135 gasm *asm_stmt = as_a <gasm *> (stmt); local
137 asm_stmt->ni = streamer_read_uhwi (ib);
138 asm_stmt->no = streamer_read_uhwi (ib);
139 asm_stmt->nc = streamer_read_uhwi (ib);
140 asm_stmt->nl = streamer_read_uhwi (ib);
142 asm_stmt->string = TREE_STRING_POINTER (str);
221 gasm *asm_stmt = as_a <gasm *> (stmt); local
224 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
226 tree op = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
gimplify-me.cc 184 gasm *asm_stmt = as_a <gasm *> (stmt); local
185 size_t i, noutputs = gimple_asm_noutputs (asm_stmt);
193 tree op = gimple_asm_output_op (asm_stmt, i);
202 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
204 tree op = gimple_asm_input_op (asm_stmt, i);
gimple-streamer-in.cc 135 gasm *asm_stmt = as_a <gasm *> (stmt); local
137 asm_stmt->ni = streamer_read_uhwi (ib);
138 asm_stmt->no = streamer_read_uhwi (ib);
139 asm_stmt->nc = streamer_read_uhwi (ib);
140 asm_stmt->nl = streamer_read_uhwi (ib);
142 asm_stmt->string = TREE_STRING_POINTER (str);
221 gasm *asm_stmt = as_a <gasm *> (stmt); local
224 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
226 tree op = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
gimplify-me.cc 184 gasm *asm_stmt = as_a <gasm *> (stmt); local
185 size_t i, noutputs = gimple_asm_noutputs (asm_stmt);
193 tree op = gimple_asm_output_op (asm_stmt, i);
202 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
204 tree op = gimple_asm_input_op (asm_stmt, i);
sanopt.cc 288 gasm *asm_stmt; local
291 || ((asm_stmt = dyn_cast <gasm *> (stmt))
292 && (gimple_asm_clobbers_memory_p (asm_stmt)
293 || gimple_asm_volatile_p (asm_stmt))))
818 gasm *asm_stmt = dyn_cast <gasm *> (stmt); local
819 if (asm_stmt
821 && (gimple_asm_clobbers_memory_p (asm_stmt)
822 || gimple_asm_volatile_p (asm_stmt)))
tree-ssa-coalesce.cc 1162 gasm *asm_stmt = as_a <gasm *> (stmt); local
1166 noutputs = gimple_asm_noutputs (asm_stmt);
1167 ninputs = gimple_asm_ninputs (asm_stmt);
1171 link = gimple_asm_output_op (asm_stmt, i);
1182 link = gimple_asm_input_op (asm_stmt, i);
tree-ssa.cc 1943 gasm *asm_stmt = as_a <gasm *> (stmt); local
1944 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
1946 tree link = gimple_asm_output_op (asm_stmt, i);
1961 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
1963 tree link = gimple_asm_input_op (asm_stmt, i);
2252 gasm *asm_stmt = as_a <gasm *> (stmt); local
2254 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
2256 tree link = gimple_asm_output_op (asm_stmt, i);
2260 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
2262 tree link = gimple_asm_input_op (asm_stmt, i)
    [all...]
sanopt.cc 288 gasm *asm_stmt; local
291 || ((asm_stmt = dyn_cast <gasm *> (stmt))
292 && (gimple_asm_clobbers_memory_p (asm_stmt)
293 || gimple_asm_volatile_p (asm_stmt))))
818 gasm *asm_stmt = dyn_cast <gasm *> (stmt); local
819 if (asm_stmt
821 && (gimple_asm_clobbers_memory_p (asm_stmt)
822 || gimple_asm_volatile_p (asm_stmt)))
tree-ssa-coalesce.cc 1162 gasm *asm_stmt = as_a <gasm *> (stmt); local
1166 noutputs = gimple_asm_noutputs (asm_stmt);
1167 ninputs = gimple_asm_ninputs (asm_stmt);
1171 link = gimple_asm_output_op (asm_stmt, i);
1182 link = gimple_asm_input_op (asm_stmt, i);
tree-ssa.cc 1943 gasm *asm_stmt = as_a <gasm *> (stmt); local
1944 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
1946 tree link = gimple_asm_output_op (asm_stmt, i);
1961 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
1963 tree link = gimple_asm_input_op (asm_stmt, i);
2252 gasm *asm_stmt = as_a <gasm *> (stmt); local
2254 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
2256 tree link = gimple_asm_output_op (asm_stmt, i);
2260 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
2262 tree link = gimple_asm_input_op (asm_stmt, i)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-streamer-out.cc 112 gasm *asm_stmt = as_a <gasm *> (stmt); local
113 streamer_write_uhwi (ob, gimple_asm_ninputs (asm_stmt));
114 streamer_write_uhwi (ob, gimple_asm_noutputs (asm_stmt));
115 streamer_write_uhwi (ob, gimple_asm_nclobbers (asm_stmt));
116 streamer_write_uhwi (ob, gimple_asm_nlabels (asm_stmt));
118 gimple_asm_string (asm_stmt), true);
gimple-streamer-out.cc 112 gasm *asm_stmt = as_a <gasm *> (stmt); local
113 streamer_write_uhwi (ob, gimple_asm_ninputs (asm_stmt));
114 streamer_write_uhwi (ob, gimple_asm_noutputs (asm_stmt));
115 streamer_write_uhwi (ob, gimple_asm_nclobbers (asm_stmt));
116 streamer_write_uhwi (ob, gimple_asm_nlabels (asm_stmt));
118 gimple_asm_string (asm_stmt), true);
gimple-streamer-in.cc 135 gasm *asm_stmt = as_a <gasm *> (stmt); local
137 asm_stmt->ni = streamer_read_uhwi (ib);
138 asm_stmt->no = streamer_read_uhwi (ib);
139 asm_stmt->nc = streamer_read_uhwi (ib);
140 asm_stmt->nl = streamer_read_uhwi (ib);
142 asm_stmt->string = TREE_STRING_POINTER (str);
221 gasm *asm_stmt = as_a <gasm *> (stmt); local
224 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
226 tree op = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
gimplify-me.cc 184 gasm *asm_stmt = as_a <gasm *> (stmt); local
185 size_t i, noutputs = gimple_asm_noutputs (asm_stmt);
193 tree op = gimple_asm_output_op (asm_stmt, i);
202 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
204 tree op = gimple_asm_input_op (asm_stmt, i);
gimple-streamer-in.cc 135 gasm *asm_stmt = as_a <gasm *> (stmt); local
137 asm_stmt->ni = streamer_read_uhwi (ib);
138 asm_stmt->no = streamer_read_uhwi (ib);
139 asm_stmt->nc = streamer_read_uhwi (ib);
140 asm_stmt->nl = streamer_read_uhwi (ib);
142 asm_stmt->string = TREE_STRING_POINTER (str);
221 gasm *asm_stmt = as_a <gasm *> (stmt); local
224 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
226 tree op = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
gimplify-me.cc 184 gasm *asm_stmt = as_a <gasm *> (stmt); local
185 size_t i, noutputs = gimple_asm_noutputs (asm_stmt);
193 tree op = gimple_asm_output_op (asm_stmt, i);
202 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
204 tree op = gimple_asm_input_op (asm_stmt, i);
sanopt.cc 288 gasm *asm_stmt; local
291 || ((asm_stmt = dyn_cast <gasm *> (stmt))
292 && (gimple_asm_clobbers_memory_p (asm_stmt)
293 || gimple_asm_volatile_p (asm_stmt))))
794 gasm *asm_stmt = dyn_cast <gasm *> (stmt); local
795 if (asm_stmt
797 && (gimple_asm_clobbers_memory_p (asm_stmt)
798 || gimple_asm_volatile_p (asm_stmt)))
tree-ssa-coalesce.cc 1143 gasm *asm_stmt = as_a <gasm *> (stmt); local
1147 noutputs = gimple_asm_noutputs (asm_stmt);
1148 ninputs = gimple_asm_ninputs (asm_stmt);
1152 link = gimple_asm_output_op (asm_stmt, i);
1163 link = gimple_asm_input_op (asm_stmt, i);
tree-ssa.cc 1929 gasm *asm_stmt = as_a <gasm *> (stmt); local
1930 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
1932 tree link = gimple_asm_output_op (asm_stmt, i);
1947 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
1949 tree link = gimple_asm_input_op (asm_stmt, i);
2238 gasm *asm_stmt = as_a <gasm *> (stmt); local
2240 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
2242 tree link = gimple_asm_output_op (asm_stmt, i);
2246 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
2248 tree link = gimple_asm_input_op (asm_stmt, i)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 1212 const gasm *asm_stmt = as_a <const gasm *> (ref->stmt); local
1213 if (gimple_asm_noutputs (asm_stmt) > 0)
1215 if (gimple_asm_nclobbers (asm_stmt) > 0)
region.cc 1212 const gasm *asm_stmt = as_a <const gasm *> (ref->stmt); local
1213 if (gimple_asm_noutputs (asm_stmt) > 0)
1215 if (gimple_asm_nclobbers (asm_stmt) > 0)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 1744 const gasm *asm_stmt = as_a <const gasm *> (ref->stmt); local
1745 if (gimple_asm_noutputs (asm_stmt) > 0)
1747 if (gimple_asm_nclobbers (asm_stmt) > 0)
region.cc 1744 const gasm *asm_stmt = as_a <const gasm *> (ref->stmt); local
1745 if (gimple_asm_noutputs (asm_stmt) > 0)
1747 if (gimple_asm_nclobbers (asm_stmt) > 0)

Completed in 64 milliseconds

1 2 3