Searched refs:TCG_CALL_NO_WRITE_GLOBALS (Results 1 – 4 of 4) sorted by relevance
329 #define TCG_CALL_NO_WRITE_GLOBALS 0x0002 macro337 #define TCG_CALL_NO_WG TCG_CALL_NO_WRITE_GLOBALS
3659 if (!(call_flags & (TCG_CALL_NO_WRITE_GLOBALS | in liveness_pass_1()3985 call_flags = TCG_CALL_NO_WRITE_GLOBALS; in liveness_pass_2()3991 call_flags = TCG_CALL_NO_WRITE_GLOBALS; in liveness_pass_2()3995 TCG_CALL_NO_WRITE_GLOBALS); in liveness_pass_2()4037 } else if (call_flags & TCG_CALL_NO_WRITE_GLOBALS) { in liveness_pass_2()5416 } else if (info->flags & TCG_CALL_NO_WRITE_GLOBALS) { in tcg_reg_alloc_call()
1518 if (!(flags & (TCG_CALL_NO_READ_GLOBALS | TCG_CALL_NO_WRITE_GLOBALS))) { in fold_call()
165 * ``TCG_CALL_NO_WRITE_GLOBALS``175 the helper. This implies ``TCG_CALL_NO_WRITE_GLOBALS``.