Searched refs:static_chain_p (Results 1 – 2 of 2) sorted by relevance
7065 bool static_chain_p = DECL_STATIC_CHAIN (decl); in get_scratch_register_on_entry() local7072 if ((regparm < 1 || (fastcall_p && !static_chain_p)) in get_scratch_register_on_entry()7077 else if (thiscall_p && !static_chain_p && drap_regno != AX_REG) in get_scratch_register_on_entry()7083 && !static_chain_p in get_scratch_register_on_entry()7089 else if (!(regparm == 3 && static_chain_p) in get_scratch_register_on_entry()
7558 bool static_chain_p = DECL_STATIC_CHAIN (decl); in get_scratch_register_on_entry() local7565 if ((regparm < 1 || (fastcall_p && !static_chain_p)) in get_scratch_register_on_entry()7570 else if (thiscall_p && !static_chain_p && drap_regno != AX_REG) in get_scratch_register_on_entry()7576 && !static_chain_p in get_scratch_register_on_entry()7582 else if (!(regparm == 3 && static_chain_p) in get_scratch_register_on_entry()