Lines Matching refs:N
77 #define REG_N_REFS(N) (VEC_index (reg_info_p, reg_n_info, N)->refs) argument
81 #define REG_FREQ(N) (VEC_index (reg_info_p, reg_n_info, N)->freq) argument
105 #define REG_N_SETS(N) (VEC_index (reg_info_p, reg_n_info, N)->sets) argument
113 #define REG_N_DEATHS(N) (VEC_index (reg_info_p, reg_n_info, N)->deaths) argument
117 #define PSEUDO_REGNO_SIZE(N) \ argument
118 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \
123 #define PSEUDO_REGNO_BYTES(N) \ argument
124 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
128 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N]) argument
132 #define REG_N_CALLS_CROSSED(N) \ argument
133 (VEC_index (reg_info_p, reg_n_info, N)->calls_crossed)
138 #define REG_N_THROWING_CALLS_CROSSED(N) \ argument
139 (VEC_index (reg_info_p, reg_n_info, N)->throw_calls_crossed)
156 #define REG_LIVE_LENGTH(N) \ argument
157 (VEC_index (reg_info_p, reg_n_info, N)->live_length)
192 #define REGNO_FIRST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->first_uid) argument
200 #define REGNO_LAST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->last_uid) argument