OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_slot_list
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
emit-rtl.h
328
#define
stack_slot_list
(crtl->x_stack_slot_list)
macro
emit-rtl.h
328
#define
stack_slot_list
(crtl->x_stack_slot_list)
macro
emit-rtl.cc
2939
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
2940
(*
stack_slot_list
)[i] = copy_rtx_if_shared (temp);
2971
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
function.cc
539
vec_safe_push (
stack_slot_list
, x);
867
vec_safe_push (
stack_slot_list
, p->slot);
939
vec_safe_push (
stack_slot_list
, slot);
emit-rtl.cc
2939
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
2940
(*
stack_slot_list
)[i] = copy_rtx_if_shared (temp);
2971
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
function.cc
539
vec_safe_push (
stack_slot_list
, x);
867
vec_safe_push (
stack_slot_list
, p->slot);
939
vec_safe_push (
stack_slot_list
, slot);
/src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.h
325
#define
stack_slot_list
(crtl->x_stack_slot_list)
macro
emit-rtl.h
325
#define
stack_slot_list
(crtl->x_stack_slot_list)
macro
emit-rtl.cc
2789
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
2790
(*
stack_slot_list
)[i] = copy_rtx_if_shared (temp);
2821
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
function.cc
537
vec_safe_push (
stack_slot_list
, x);
865
vec_safe_push (
stack_slot_list
, p->slot);
937
vec_safe_push (
stack_slot_list
, slot);
emit-rtl.cc
2789
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
2790
(*
stack_slot_list
)[i] = copy_rtx_if_shared (temp);
2821
FOR_EACH_VEC_SAFE_ELT (
stack_slot_list
, i, temp)
function.cc
537
vec_safe_push (
stack_slot_list
, x);
865
vec_safe_push (
stack_slot_list
, p->slot);
937
vec_safe_push (
stack_slot_list
, slot);
Completed in 87 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026