HomeSort by: relevance | last modified time | path
    Searched refs:TMR_STEP (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-address.cc 301 tree step = TMR_STEP (mem_ref), offset = TMR_OFFSET (mem_ref);
996 addr->step = TMR_STEP (op);
tree-ssa-alias.cc 2269 && (TMR_STEP (base1) == TMR_STEP (base2)
2270 || (TMR_STEP (base1) && TMR_STEP (base2)
2271 && operand_equal_p (TMR_STEP (base1),
2272 TMR_STEP (base2), 0)))
tree-ssa-loop-ivopts.cc 2357 if (TMR_STEP (base))
2358 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep);
tree-pretty-print.cc 1910 tmp = TMR_STEP (node);
builtins.cc 316 if (TMR_STEP (exp))
317 step = TREE_INT_CST_LOW (TMR_STEP (exp));
tree-ssa-sccvn.cc 945 temp.op1 = TMR_STEP (ref);
tree.h 1405 #define TMR_STEP(NODE) (TREE_OPERAND (TARGET_MEM_REF_CHECK (NODE), 3))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-address.cc 301 tree step = TMR_STEP (mem_ref), offset = TMR_OFFSET (mem_ref);
999 addr->step = TMR_STEP (op);
tree-ssa-alias.cc 2256 && (TMR_STEP (base1) == TMR_STEP (base2)
2257 || (TMR_STEP (base1) && TMR_STEP (base2)
2258 && operand_equal_p (TMR_STEP (base1),
2259 TMR_STEP (base2), 0)))
tree-ssa-loop-ivopts.cc 2352 if (TMR_STEP (base))
2353 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep);
tree-pretty-print.cc 1706 tmp = TMR_STEP (node);
builtins.cc 313 if (TMR_STEP (exp))
314 step = TREE_INT_CST_LOW (TMR_STEP (exp));
tree.h 1292 #define TMR_STEP(NODE) (TREE_OPERAND (TARGET_MEM_REF_CHECK (NODE), 3))
tree-ssa-sccvn.cc 907 temp.op1 = TMR_STEP (ref);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 2290 if (TMR_STEP (e) && TMR_INDEX (e))
2295 pp_c_cast_expression (this, TMR_STEP (e));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 2228 if (TMR_STEP (e) && TMR_INDEX (e))
2233 pp_c_cast_expression (this, TMR_STEP (e));
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 2600 if (TMR_STEP (t) && TMR_INDEX (t))
2605 dump_expr (pp, TMR_STEP (t), flags);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 2521 if (TMR_STEP (t) && TMR_INDEX (t))
2526 dump_expr (pp, TMR_STEP (t), flags);

Completed in 182 milliseconds