| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| pr10687.cc | 6 static vec2 axis[2]; member in class:vec2 12 vec2 vec2::axis[2] = { vec2(1,0), vec2(0,1) }; member in class:vec2
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| pr10687.cc | 6 static vec2 axis[2]; member in class:vec2 12 vec2 vec2::axis[2] = { vec2(1,0), vec2(0,1) }; member in class:vec2
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-fold.cc | 1214 int axis = oacc_get_ifn_dim_arg (call); local 1215 int size = oacc_get_fn_dim_size (current_function_decl, axis); 1218 size = targetm.goacc.dim_limit (axis);
|
| internal-fn.cc | 3035 rtx axis = expand_normal (gimple_call_arg (stmt, 2)); local 3038 pattern = targetm.gen_oacc_fork (target, data_dep, axis); 3040 pattern = targetm.gen_oacc_join (target, data_dep, axis); 3180 /* The position of an OpenACC execution engine along one compute axis. */
|
| gimple-fold.cc | 5180 int axis = oacc_get_ifn_dim_arg (call); local 5181 int size = oacc_get_fn_dim_size (current_function_decl, axis);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn.cc | 5143 unsigned axis = TREE_INT_CST_LOW (arg); local 5145 if (!is_fork && axis == GOMP_DIM_WORKER && dims[axis] != 1)
|
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| gcn.cc | 6493 unsigned axis = TREE_INT_CST_LOW (arg); local 6495 if (!is_fork && axis == GOMP_DIM_WORKER && dims[axis] != 1)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 5256 int axis = oacc_get_ifn_dim_arg (call); local 5257 int size = oacc_get_fn_dim_size (current_function_decl, axis);
|
| internal-fn.cc | 3320 rtx axis = expand_normal (gimple_call_arg (stmt, 2)); local 3323 pattern = targetm.gen_oacc_fork (target, data_dep, axis); 3325 pattern = targetm.gen_oacc_join (target, data_dep, axis); 3465 /* The position of an OpenACC execution engine along one compute axis. */
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 1310 whether we are not lane zero on the NAME axis. */ 1609 /* Emit axis predicates. */ 1868 /* Not on this axis. */ 4805 if (tid.<axis>) goto end. 6679 nvptx_dim_limit (int axis) 6681 switch (axis) 6699 unsigned axis = TREE_INT_CST_LOW (arg); 6702 if (axis < GOMP_DIM_WORKER) 6706 if (dims[axis] == 1) 6691 unsigned axis = TREE_INT_CST_LOW (arg); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 1306 whether we are not lane zero on the NAME axis. */ 1599 /* Emit axis predicates. */ 1858 /* Not on this axis. */ 4789 if (tid.<axis>) goto end. 6532 nvptx_dim_limit (int axis) 6534 switch (axis) 6552 unsigned axis = TREE_INT_CST_LOW (arg); 6555 if (axis < GOMP_DIM_WORKER) 6559 if (dims[axis] == 1) 6544 unsigned axis = TREE_INT_CST_LOW (arg); local
|