Home
last modified time | relevance | path

Searched refs:stack_regs_mentioned_data (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
H A DChangeLog-200616708 * reg-stack.c (stack_regs_mentioned_data): Change the type to
16711 stack_regs_mentioned_data. Don't access the array beyond its
16713 (reg_to_stack): Update the uses of stack_regs_mentioned_data.
16722 * reg-stack.c (stack_regs_mentioned_data): Put it undef #ifdef
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dreg-stack.c187 static vec<char> stack_regs_mentioned_data; variable
312 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
316 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
322 stack_regs_mentioned_data.safe_grow_cleared (max, true); in stack_regs_mentioned()
325 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
330 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3308 stack_regs_mentioned_data.release (); in reg_to_stack()
3383 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3384 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3292 stack_regs_mentioned_data.release (); in reg_to_stack()
3367 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3368 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dreg-stack.c181 static vec<char> stack_regs_mentioned_data; variable
306 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
310 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
316 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
319 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
324 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3167 stack_regs_mentioned_data.release (); in reg_to_stack()
3246 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3247 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dreg-stack.c181 static vec<char> stack_regs_mentioned_data; variable
306 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
310 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
316 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
319 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
324 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3199 stack_regs_mentioned_data.release (); in reg_to_stack()
3278 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3279 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dreg-stack.c182 static vec<char> stack_regs_mentioned_data; variable
307 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
311 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
317 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
320 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
325 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3198 stack_regs_mentioned_data.release (); in reg_to_stack()
3277 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3278 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3292 stack_regs_mentioned_data.release (); in reg_to_stack()
3367 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3368 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max, true); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3292 stack_regs_mentioned_data.release (); in reg_to_stack()
3367 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3368 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max, true); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dreg-stack.c185 static vec<char> stack_regs_mentioned_data; variable
310 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
314 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
320 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
323 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
328 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3291 stack_regs_mentioned_data.release (); in reg_to_stack()
3366 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3367 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max, true); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dreg-stack.c186 static vec<char> stack_regs_mentioned_data; variable
311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3295 stack_regs_mentioned_data.release (); in reg_to_stack()
3370 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3371 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dreg-stack.c181 static vec<char> stack_regs_mentioned_data; variable
306 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
310 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
316 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
319 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
324 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3199 stack_regs_mentioned_data.release (); in reg_to_stack()
3278 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3279 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dreg-stack.c181 static vec<char> stack_regs_mentioned_data; variable
306 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()
310 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()
316 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()
319 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()
324 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()
3167 stack_regs_mentioned_data.release (); in reg_to_stack()
3246 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()
3247 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c180 static GTY(()) varray_type stack_regs_mentioned_data;
307 if (! INSN_P (insn) || !stack_regs_mentioned_data) in stack_regs_mentioned()
311 max = VARRAY_SIZE (stack_regs_mentioned_data); in stack_regs_mentioned()
317 VARRAY_GROW (stack_regs_mentioned_data, max); in stack_regs_mentioned()
320 test = VARRAY_CHAR (stack_regs_mentioned_data, uid); in stack_regs_mentioned()
325 VARRAY_CHAR (stack_regs_mentioned_data, uid) = test; in stack_regs_mentioned()
417 stack_regs_mentioned_data = 0; in reg_to_stack()
484 VARRAY_CHAR_INIT (stack_regs_mentioned_data, max_uid + 1, in reg_to_stack()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c180 static GTY(()) varray_type stack_regs_mentioned_data;
307 if (! INSN_P (insn) || !stack_regs_mentioned_data) in stack_regs_mentioned()
311 max = VARRAY_SIZE (stack_regs_mentioned_data); in stack_regs_mentioned()
317 VARRAY_GROW (stack_regs_mentioned_data, max); in stack_regs_mentioned()
320 test = VARRAY_CHAR (stack_regs_mentioned_data, uid); in stack_regs_mentioned()
325 VARRAY_CHAR (stack_regs_mentioned_data, uid) = test; in stack_regs_mentioned()
417 stack_regs_mentioned_data = 0; in reg_to_stack()
484 VARRAY_CHAR_INIT (stack_regs_mentioned_data, max_uid + 1, in reg_to_stack()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dreg-stack.c183 static GTY(()) varray_type stack_regs_mentioned_data;
308 if (! INSN_P (insn) || !stack_regs_mentioned_data) in stack_regs_mentioned()
312 max = VARRAY_SIZE (stack_regs_mentioned_data); in stack_regs_mentioned()
318 VARRAY_GROW (stack_regs_mentioned_data, max); in stack_regs_mentioned()
321 test = VARRAY_CHAR (stack_regs_mentioned_data, uid); in stack_regs_mentioned()
326 VARRAY_CHAR (stack_regs_mentioned_data, uid) = test; in stack_regs_mentioned()
3044 stack_regs_mentioned_data = 0; in reg_to_stack()
3127 VARRAY_CHAR_INIT (stack_regs_mentioned_data, max_uid + 1, in reg_to_stack()

12345