Searched refs:TMR_STEP (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-alias.cc | 2254 && (TMR_STEP (base1) == TMR_STEP (base2) in indirect_refs_may_alias_p() 2255 || (TMR_STEP (base1) && TMR_STEP (base2) in indirect_refs_may_alias_p() 2256 && operand_equal_p (TMR_STEP (base1), in indirect_refs_may_alias_p() 2257 TMR_STEP (base2), 0))) in indirect_refs_may_alias_p()
|
| D | tree-ssa-address.cc | 301 tree step = TMR_STEP (mem_ref), offset = TMR_OFFSET (mem_ref); in tree_mem_ref_addr() 999 addr->step = TMR_STEP (op); in get_address_description()
|
| D | tree-ssa-loop-ivopts.cc | 2351 if (TMR_STEP (base)) in find_interesting_uses_address() 2352 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep); in find_interesting_uses_address()
|
| D | tree-pretty-print.cc | 1706 tmp = TMR_STEP (node); in dump_mem_ref()
|
| D | builtins.cc | 313 if (TMR_STEP (exp)) in get_object_alignment_2() 314 step = TREE_INT_CST_LOW (TMR_STEP (exp)); in get_object_alignment_2()
|
| D | tree.h | 1292 #define TMR_STEP(NODE) (TREE_OPERAND (TARGET_MEM_REF_CHECK (NODE), 3)) macro
|
| D | tree-ssa-sccvn.cc | 907 temp.op1 = TMR_STEP (ref); in copy_reference_ops_from_ref()
|
| D | ChangeLog-2005 | 15790 (TMR_SYMBOL, TMR_BASE, TMR_INDEX, TMR_STEP, TMR_OFFSET, TMR_ORIGINAL,
|
| D | ChangeLog-2016 | 23415 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | error.cc | 2521 if (TMR_STEP (t) && TMR_INDEX (t)) in dump_expr() 2526 dump_expr (pp, TMR_STEP (t), flags); in dump_expr()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 1267 and fourth operand are @code{TMR_INDEX} and @code{TMR_STEP} where 1272 the address, but @code{TMR_INDEX} and @code{TMR_STEP} shall be 1277 TMR_BASE + TMR_OFFSET + TMR_INDEX * TMR_STEP + TMR_INDEX2
|
| D | gccint.info | 11048 operand are 'TMR_INDEX' and 'TMR_STEP' where the former is an 11053 'TMR_INDEX' and 'TMR_STEP' shall be always supplied in pair. The 11056 TMR_BASE + TMR_OFFSET + TMR_INDEX * TMR_STEP + TMR_INDEX2
|