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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-pipelines-auxiliary.cc 163 extract_nth_access_rtx (rtx_insn *insn, int n) function in namespace:nds32::scheduling
192 rtx nth_rtx = extract_nth_access_rtx (insn, n);
539 use_rtx = extract_nth_access_rtx (consumer, 0);
646 use_rtx = extract_nth_access_rtx (consumer, 0);
775 use_rtx = extract_nth_access_rtx (consumer, 0);
1155 use_rtx = extract_nth_access_rtx (consumer, 0);
1539 rtx load_rtx = extract_nth_access_rtx (producer, i);
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-pipelines-auxiliary.cc 163 extract_nth_access_rtx (rtx_insn *insn, int n) function in namespace:nds32::scheduling
192 rtx nth_rtx = extract_nth_access_rtx (insn, n);
539 use_rtx = extract_nth_access_rtx (consumer, 0);
646 use_rtx = extract_nth_access_rtx (consumer, 0);
775 use_rtx = extract_nth_access_rtx (consumer, 0);
1155 use_rtx = extract_nth_access_rtx (consumer, 0);
1539 rtx load_rtx = extract_nth_access_rtx (producer, i);

Completed in 50 milliseconds