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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 3345 const fma_transformation_info &fti = state->m_candidates[i]; local
3346 convert_mult_to_fma_1 (fti.mul_result, fti.op1, fti.op2);
3348 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt);
3350 release_defs (fti.mul_stmt);
3669 fma_transformation_info fti; local
3670 fti.mul_stmt = mul_stmt;
3671 fti.mul_result = mul_result;
3672 fti.op1 = op1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 3182 const fma_transformation_info &fti = state->m_candidates[i]; local
3183 convert_mult_to_fma_1 (fti.mul_result, fti.op1, fti.op2);
3185 gimple_stmt_iterator gsi = gsi_for_stmt (fti.mul_stmt);
3187 release_defs (fti.mul_stmt);
3454 fma_transformation_info fti; local
3455 fti.mul_stmt = mul_stmt;
3456 fti.mul_result = mul_result;
3457 fti.op1 = op1
    [all...]

Completed in 24 milliseconds