| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-loop.cc | 8341 tree stept = TREE_TYPE (step_vectype); local 8349 SCALAR_FLOAT_TYPE_P (stept) 8350 ? build_real_from_wide (stept, lup_mul, 8352 : build_int_cstu (stept, lup_mul)); 8358 if (SCALAR_FLOAT_TYPE_P (stept)) 8359 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept, 8362 peel_mul = gimple_convert (&init_stmts, stept, 8392 mul_elts.quick_push (SCALAR_FLOAT_TYPE_P (stept) 8393 ? build_real_from_wide (stept, 8395 : build_int_cstu (stept, mul_elt)) [all...] |
| gimplify.cc | 13058 tree stept = TREE_TYPE (decl); 13059 if (POINTER_TYPE_P (stept)) 13060 stept = sizetype; 13061 step = fold_convert (stept, step); 13063 step = fold_build1 (NEGATE_EXPR, stept, step); 13055 tree stept = TREE_TYPE (decl); local
|
| omp-low.cc | 6158 tree stept = TREE_TYPE (t); 6177 t = fold_build2 (MULT_EXPR, stept, 6178 fold_convert (stept, l), t); 6157 tree stept = TREE_TYPE (t); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-loop.cc | 10194 tree stept = TREE_TYPE (step_vectype); local 10202 SCALAR_FLOAT_TYPE_P (stept) 10203 ? build_real_from_wide (stept, lup_mul, 10205 : build_int_cstu (stept, lup_mul)); 10211 if (SCALAR_FLOAT_TYPE_P (stept)) 10212 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept, 10215 peel_mul = gimple_convert (&init_stmts, stept, 10245 mul_elts.quick_push (SCALAR_FLOAT_TYPE_P (stept) 10246 ? build_real_from_wide (stept, 10248 : build_int_cstu (stept, mul_elt)) [all...] |
| gimplify.cc | 15837 tree stept = TREE_TYPE (decl); 15838 if (POINTER_TYPE_P (stept)) 15839 stept = sizetype; 15840 step = fold_convert (stept, step); 15842 step = fold_build1 (NEGATE_EXPR, stept, step); 15834 tree stept = TREE_TYPE (decl); local
|
| omp-low.cc | 6116 tree stept = TREE_TYPE (t); 6135 t = fold_build2 (MULT_EXPR, stept, 6136 fold_convert (stept, l), t); 6115 tree stept = TREE_TYPE (t); local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 11145 tree step, stept; 11182 stept = TREE_TYPE (decl); 11183 if (INDIRECT_TYPE_P (stept)) 11184 stept = sizetype; 11185 step = fold_convert (stept, step); 11187 step = fold_build1 (NEGATE_EXPR, stept, step); 11144 tree step, stept; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 10652 tree step, stept; 10689 stept = TREE_TYPE (decl); 10690 if (INDIRECT_TYPE_P (stept)) 10691 stept = sizetype; 10692 step = fold_convert (stept, step); 10694 step = fold_build1 (NEGATE_EXPR, stept, step); 10651 tree step, stept; local
|