Searched refs:operand_fixup (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c165 class operand_fixup : public fixup
170 operand_fixup (file_location loc, rtx insn, int operand_idx) function
178 /* A concrete subclass of operand_fixup: fixup an rtx_insn *
181 class fixup_insn_uid : public operand_fixup
187 : operand_fixup (loc, insn, operand_idx),
197 /* A concrete subclass of operand_fixup: fix up a
200 class fixup_note_insn_basic_block : public operand_fixup
205 : operand_fixup (loc, insn, operand_idx),
215 /* A concrete subclass of fixup (not operand_fixup): fix up
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc165 class operand_fixup : public fixup class in inherits:fixup
170 operand_fixup (file_location loc, rtx insn, int operand_idx) function in class:operand_fixup
178 /* A concrete subclass of operand_fixup: fixup an rtx_insn *
181 class fixup_insn_uid : public operand_fixup
187 : operand_fixup (loc, insn, operand_idx),
197 /* A concrete subclass of operand_fixup: fix up a
200 class fixup_note_insn_basic_block : public operand_fixup
205 : operand_fixup (loc, insn, operand_idx),
215 /* A concrete subclass of fixup (not operand_fixup): fix up

Completed in 80 milliseconds