Lines Matching +defs:label +defs:offset

1253 				HOST_WIDE_INT offset)
1255 m_imm_offset (offset)
1259 hsa_op_address::hsa_op_address (hsa_symbol *sym, HOST_WIDE_INT offset)
1261 m_imm_offset (offset)
1265 hsa_op_address::hsa_op_address (hsa_op_reg *r, HOST_WIDE_INT offset)
1267 m_imm_offset (offset)
1903 hsa_op_reg **reg, offset_int *offset, hsa_bb *hbb)
1930 *offset += wi::to_offset (base);
1953 offset_int offset = 0;
1992 offset = bitpos;
1993 offset = wi::rshift (offset, LOG2_BITS_PER_UNIT, SIGNED);
2034 &offset, hbb);
2037 offset += wi::to_offset (TREE_OPERAND (ref, 1));
2041 process_mem_base (TMR_BASE (ref), &symbol, &addrtype, &reg, &offset, hbb);
2077 offset += wi::to_offset (TMR_INDEX2 (ref));
2081 offset += wi::to_offset (TMR_OFFSET (ref));
2096 offset += wi::to_offset (varoffset);
2113 HOST_WIDE_INT hwi_offset = offset.to_shwi ();
2115 /* Calculate remaining bitsize offset (if presented). */
2149 /* If the address consists only of a symbol and an offset, we
2322 reference. To identify a bit field BITPOS is offset to the loaded memory
2376 bit field BITPOS is offset to the loaded memory and BITSIZE is number of
2732 unsigned offset = 0;
2754 src->m_imm_offset + offset);
2759 target->m_imm_offset + offset);
2762 offset += s;
2796 unsigned offset = 0;
2815 target->m_imm_offset + offset);
2823 offset += s;
3431 label. */
3443 label. */
3450 /* Compare last label to maximum number of labels. */
3451 tree label = gimple_switch_label (s, labels - 1);
3452 tree low = CASE_LOW (label);
3453 tree high = CASE_HIGH (label);
3528 /* Prepare array with default label destination. */
3535 tree label = gimple_switch_label (s, i);
3536 basic_block bb = label_to_block (cfun, CASE_LABEL (label));
3539 = tree_to_uhwi (int_const_binop (MINUS_EXPR, CASE_LOW (label), lowest));
3542 tree high = CASE_HIGH (label);
3944 /* Return byte offset of a FIELD_NAME in GOMP_hsa_kernel_dispatch which
5778 tree label = gimple_label_label (as_a <glabel *> (stmt));
5779 if (FORCED_LABEL (label))
5781 "support for HSA does not implement gimple label with "
6369 tree label = gimple_switch_label (s, i);
6370 tree low = CASE_LOW (label);
6371 tree high = CASE_HIGH (label);
6413 basic_block label_bb = label_to_block (cfun, CASE_LABEL (label));
6440 else /* Link last IF statement and default label