Searched refs:USE (Results 101 - 125 of 165) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c2202 while (this_insn && GET_CODE (PATTERN (this_insn)) == USE)
/openbsd-current/gnu/gcc/gcc/
H A Dhaifa-sched.c653 /* A USE insn, or something else we don't need to
676 /* A USE insn should never require the value used to be computed.
1223 && GET_CODE (PATTERN (insn)) != USE
1548 && (GET_CODE (PATTERN (insn)) == USE
2495 /* A USE insn, or something else we don't need to
2576 /* A naked CLOBBER or USE generates no instruction, so do
2578 else if (GET_CODE (PATTERN (insn)) != USE
H A Difcvt.c224 && GET_CODE (PATTERN (insn)) == USE))
280 /* Remove USE insns that get in the way. */
281 if (reload_completed && GET_CODE (PATTERN (insn)) == USE)
2876 of non-note, non-jump, non-USE/CLOBBER insns in the block. */
2929 && GET_CODE (PATTERN (insn)) != USE
H A Dglobal.c1943 || GET_CODE (PATTERN (first)) == USE
H A Dregclass.c1048 if (pat_code == USE
H A Ddf-scan.c1556 if (GET_CODE (XEXP (note, 0)) == USE)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.c5098 gen_rtx (USE, VOIDmode,
5100 gen_rtx (USE, VOIDmode,
5164 if (GET_CODE (body) == CLOBBER || GET_CODE (body) == USE)
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c1353 else if ((GET_CODE (body) != USE)
/openbsd-current/gnu/gcc/gcc/config/m32r/
H A Dm32r.c1074 && GET_CODE (PATTERN (insn)) != USE
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.c893 || find_reg_fusage (insn, USE, reg))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c9267 gen_rtx (USE, VOIDmode, gen_rtx (REG, Pmode, 2)),
9278 gen_rtx (USE, VOIDmode, gen_rtx (REG, word_mode, 18)),
9471 gen_rtx (USE, VOIDmode, gen_rtx (REG, word_mode, 18)),
9608 && (GET_CODE (PATTERN (next)) == USE
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c1695 else if ((GET_CODE (body) != USE)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Djump.c1325 and CLOBBER or USE registers.
1369 a USE or CLOBBER. */
1599 if (GET_CODE (pat) == USE
H A Dregclass.c1046 if (pat_code == USE
H A Dflow.c1846 if (GET_CODE (XEXP (note, 0)) == USE)
2272 (if the arg pointer isn't fixed, there will be a USE
2286 CLOBBER or USE that's inside a PARALLEL doesn't make the insn
2294 && GET_CODE (XVECEXP (x, 0, i)) != USE
2312 /* ??? A base USE is a historical relic. It ought not be needed anymore.
2313 Instances where it is still used are either (1) temporary and the USE
2314 escaped the pass, (2) cruft and the USE need not be emitted anymore,
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm369 repeat, DO B<NOT> USE POD::SIMPLE'S INTERFACE.
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl1123 | VENDOR | ^ USE
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm210 FOR GENERAL USE>. For further guidance, email me.
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4195 /* Emit a USE operation so that the constant isn't deleted if
13835 if (GET_CODE (sub) == USE)
16561 if (GET_CODE (PATTERN (insn)) == USE
16652 || GET_CODE (PATTERN (insn)) == USE
16687 || GET_CODE (PATTERN (insn)) == USE
16726 || GET_CODE (PATTERN (insn)) == USE
16754 || GET_CODE (PATTERN (insn)) == USE
16787 if (GET_CODE (PATTERN (insn)) == USE)
17036 && GET_CODE (PATTERN (insn)) != USE
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c3538 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER
3619 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.c2208 || GET_CODE (insn) == USE
2217 || GET_CODE (insn) == USE || GET_CODE (insn) == CLOBBER)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c2239 || GET_CODE (insn) == USE
2248 || GET_CODE (insn) == USE || GET_CODE (insn) == CLOBBER)
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
H A Dcwsr_trap_handler_gfx9.asm19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm33 FOR INTERNAL USE ONLY!
44 B<FOR INTERNAL USE ONLY!>

Completed in 445 milliseconds

1234567