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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 832 static GTY(()) rtx_insn *test_insn;
861 if (test_insn == 0)
863 test_insn
867 SET_NEXT_INSN (test_insn) = SET_PREV_INSN (test_insn) = 0;
868 INSN_LOCATION (test_insn) = UNKNOWN_LOCATION;
873 PUT_MODE (SET_DEST (PATTERN (test_insn)), mode);
874 SET_SRC (PATTERN (test_insn)) = x;
876 icode = recog (PATTERN (test_insn), test_insn, &num_clobbers)
823 static GTY(()) rtx_insn *test_insn; variable
    [all...]
reload.cc 901 rtx_insn *test_insn;
923 test_insn = make_insn_raw (gen_rtx_SET (dst, in));
925 if (recog_memoized (test_insn) >= 0)
927 extract_insn (test_insn);
928 r = constrain_operands (1, get_enabled_alternatives (test_insn));
896 rtx_insn *test_insn; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 832 static GTY(()) rtx_insn *test_insn;
861 if (test_insn == 0)
863 test_insn
867 SET_NEXT_INSN (test_insn) = SET_PREV_INSN (test_insn) = 0;
868 INSN_LOCATION (test_insn) = UNKNOWN_LOCATION;
873 PUT_MODE (SET_DEST (PATTERN (test_insn)), mode);
874 SET_SRC (PATTERN (test_insn)) = x;
876 icode = recog (PATTERN (test_insn), test_insn, &num_clobbers)
823 static GTY(()) rtx_insn *test_insn; variable
    [all...]
reload.cc 901 rtx_insn *test_insn;
923 test_insn = make_insn_raw (gen_rtx_SET (dst, in));
925 if (recog_memoized (test_insn) >= 0)
927 extract_insn (test_insn);
928 r = constrain_operands (1, get_enabled_alternatives (test_insn));
896 rtx_insn *test_insn; local

Completed in 27 milliseconds