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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 274 is a result of a type promotion, such that:
281 tree *orig_type, gimple **def_stmt, bool *promotion)
312 *promotion = true;
314 *promotion = false;
369 followed by a possible promotion P. Return this OP', or null if OP is
370 not a vectorizable SSA name. If there is a promotion P, describe its
377 whereas the cast from UNPROM to OP might be a promotion, a sign
385 signed int A = (signed int) B; // unsigned promotion
393 promotion sign change
395 so OP' would be C. The input to the promotion is B, so UNPRO
5065 bool promotion; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 261 is a result of a type promotion, such that:
268 tree *orig_type, gimple **def_stmt, bool *promotion)
299 *promotion = true;
301 *promotion = false;
356 followed by a possible promotion P. Return this OP', or null if OP is
357 not a vectorizable SSA name. If there is a promotion P, describe its
364 whereas the cast from UNPROM to OP might be a promotion, a sign
372 signed int A = (signed int) B; // unsigned promotion
380 promotion sign change
382 so OP' would be C. The input to the promotion is B, so UNPRO
3868 bool promotion; local
    [all...]

Completed in 56 milliseconds