Searched refs:clean_p (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sel-sched-ir.c | 349 init_target_context (tc_t tc, bool clean_p) in init_target_context() argument 352 targetm.sched.init_sched_context (tc, clean_p); in init_target_context() 358 create_target_context (bool clean_p) in create_target_context() argument 362 init_target_context (tc, clean_p); in create_target_context() 420 reset_target_context (tc_t tc, bool clean_p) in reset_target_context() argument 423 init_target_context (tc, clean_p); in reset_target_context()
|
H A D | target.def | 1403 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the\n\ 1405 void, (void *tc, bool clean_p), NULL)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sel-sched-ir.cc | 349 init_target_context (tc_t tc, bool clean_p) in init_target_context() argument 352 targetm.sched.init_sched_context (tc, clean_p); in init_target_context() 358 create_target_context (bool clean_p) in create_target_context() argument 362 init_target_context (tc, clean_p); in create_target_context() 420 reset_target_context (tc_t tc, bool clean_p) in reset_target_context() argument 423 init_target_context (tc, clean_p); in reset_target_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 3863 c6x_init_sched_context (void *_sc, bool clean_p) in c6x_init_sched_context() argument 3867 if (clean_p) in c6x_init_sched_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 3865 c6x_init_sched_context (void *_sc, bool clean_p) in c6x_init_sched_context() argument 3869 if (clean_p) in c6x_init_sched_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 7800 ia64_init_sched_context (void *_sc, bool clean_p) in ia64_init_sched_context() argument 7805 if (clean_p) in ia64_init_sched_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 7800 ia64_init_sched_context (void *_sc, bool clean_p) in ia64_init_sched_context() argument 7805 if (clean_p) in ia64_init_sched_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 19838 rs6000_init_sched_context (void *_sc, bool clean_p) in rs6000_init_sched_context() argument 19842 if (clean_p) in rs6000_init_sched_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 19286 rs6000_init_sched_context (void *_sc, bool clean_p) in rs6000_init_sched_context() argument 19290 if (clean_p) in rs6000_init_sched_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 7281 @deftypefn {Target Hook} void TARGET_SCHED_INIT_SCHED_CONTEXT (void *@var{tc}, bool @var{clean_p}) 7283 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the
|