Searched refs:growing_rtx_properties (Results 1 – 2 of 2) sorted by relevance
212 class growing_rtx_properties : public Base216 growing_rtx_properties (Args...);231 growing_rtx_properties<Base>::growing_rtx_properties (Args... args) in growing_rtx_properties() function241 growing_rtx_properties<Base>::repeat (AddFn add) in repeat()258 growing_rtx_properties<Base>::add_dest (const_rtx x, unsigned int flags) in add_dest()265 growing_rtx_properties<Base>::add_src (const_rtx x, unsigned int flags) in add_src()272 growing_rtx_properties<Base>::add_pattern (const_rtx pat) in add_pattern()279 growing_rtx_properties<Base>::add_note (const_rtx x) in add_note()286 growing_rtx_properties<Base>::add_insn (const rtx_insn *insn, bool include_notes) in add_insn()332 using vec_rtx_properties = growing_rtx_properties<vec_rtx_properties_base>;
502 (growing_rtx_properties, vec_rtx_properties_base): Likewise.