Home
last modified time | relevance | path

Searched refs:valid_for_cl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c257 HARD_REG_SET valid_for_cl = reg_class_contents[cl] & regs; in restrict_cost_classes() local
258 valid_for_cl &= ~(ira_prohibited_class_mode_regs[cl][mode] in restrict_cost_classes()
260 if (hard_reg_set_empty_p (valid_for_cl)) in restrict_cost_classes()
290 if (hard_reg_set_subset_p (valid_for_cl, reg_class_contents[cl2])) in restrict_cost_classes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc258 HARD_REG_SET valid_for_cl = reg_class_contents[cl] & regs; in restrict_cost_classes() local
259 valid_for_cl &= ~(ira_prohibited_class_mode_regs[cl][mode] in restrict_cost_classes()
261 if (hard_reg_set_empty_p (valid_for_cl)) in restrict_cost_classes()
291 if (hard_reg_set_subset_p (valid_for_cl, reg_class_contents[cl2])) in restrict_cost_classes()