HomeSort by: relevance | last modified time | path
    Searched defs:rtx_reader_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
read-rtl.cc 141 rtx_reader *rtx_reader_ptr = NULL; variable
296 auto htab = rtx_reader_ptr->get_md_constants ();
643 return rtx_reader_ptr->join_c_conditions (original, extra);
929 = rtx_reader_ptr->handle_overloaded_name (original, &iterators);
943 condition = rtx_reader_ptr->join_c_conditions (condition, v->string);
946 x = rtx_reader_ptr->copy_rtx_for_iterators (original);
1307 auto *joined = rtx_reader_ptr->join_c_conditions (v->string,
1382 attr_operands[i] = rtx_reader_ptr->read_string (false);
1505 apply_iterators (rtx_reader_ptr->read_rtx_code (rtx_name), rtxen);
2134 rtx_reader_ptr = this
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl.cc 135 rtx_reader *rtx_reader_ptr = NULL; variable
612 return rtx_reader_ptr->join_c_conditions (original, extra);
898 = rtx_reader_ptr->handle_overloaded_name (original, &iterators);
912 condition = rtx_reader_ptr->join_c_conditions (condition, v->string);
915 x = rtx_reader_ptr->copy_rtx_for_iterators (original);
1333 attr_operands[i] = rtx_reader_ptr->read_string (false);
1456 apply_iterators (rtx_reader_ptr->read_rtx_code (rtx_name), rtxen);
2083 rtx_reader_ptr = this;
2093 rtx_reader_ptr = NULL;

Completed in 43 milliseconds