Searched refs:pos_in_buffer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 1997 unsigned int pos_in_buffer = info->bitpos - bitregion_start; in apply_stores() local 2012 pos_in_buffer, buf_size); in apply_stores() 2014 unsigned char *m = mask + (pos_in_buffer / BITS_PER_UNIT); in apply_stores() 2017 - (pos_in_buffer % BITS_PER_UNIT)), in apply_stores() 2020 clear_bit_region (m, pos_in_buffer % BITS_PER_UNIT, info->bitsize); in apply_stores() 2028 " at position %d\n", info->bitsize, pos_in_buffer); in apply_stores() 3659 unsigned int pos_in_buffer = 0; in invert_op() local 3681 pos_in_buffer = info->bitpos - try_bitpos; in invert_op() 3688 pos_in_buffer += bitsize - prec; in invert_op() 3689 if (pos_in_buffer >= split_store->size) in invert_op() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 2329 unsigned int pos_in_buffer = info->bitpos - bitregion_start; in apply_stores() local 2339 ret = encode_tree_to_bitpos (cst, val, info->bitsize, pos_in_buffer, in apply_stores() 2341 unsigned char *m = mask + (pos_in_buffer / BITS_PER_UNIT); in apply_stores() 2344 - (pos_in_buffer % BITS_PER_UNIT)), in apply_stores() 2347 clear_bit_region (m, pos_in_buffer % BITS_PER_UNIT, info->bitsize); in apply_stores() 2355 " at position %d\n", info->bitsize, pos_in_buffer); in apply_stores() 3996 unsigned int pos_in_buffer = 0; in invert_op() local 4018 pos_in_buffer = info->bitpos - try_bitpos; in invert_op() 4025 pos_in_buffer += bitsize - prec; in invert_op() 4026 if (pos_in_buffer >= split_store->size) in invert_op() [all …]
|