HomeSort by: relevance | last modified time | path
    Searched defs:ref_out (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc 270 tree ref_out = build_simple_mem_ref (ptr); local
271 TREE_THIS_VOLATILE (ref_out) = 1;
272 gimplify_assign (ref_out, acc_out, &red_seq);
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-tree.cc 270 tree ref_out = build_simple_mem_ref (ptr); local
271 TREE_THIS_VOLATILE (ref_out) = 1;
272 gimplify_assign (ref_out, acc_out, &red_seq);
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 7009 tree ref_out = build_simple_mem_ref (ptr);
7010 TREE_THIS_VOLATILE (ref_out) = 1;
7011 gimplify_assign (ref_out, acc_out, &red_seq);
7001 tree ref_out = build_simple_mem_ref (ptr); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 6862 tree ref_out = build_simple_mem_ref (ptr);
6863 TREE_THIS_VOLATILE (ref_out) = 1;
6864 gimplify_assign (ref_out, acc_out, &red_seq);
6854 tree ref_out = build_simple_mem_ref (ptr); local

Completed in 61 milliseconds