Searched refs:OP_OUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h28 OP_OUT, enumerator in enum:op_type
H A Dregrename.c401 if (type == OP_OUT)
417 if ((type == OP_OUT) != (action == terminate_write || action == mark_access))
691 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0);
717 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0);
787 matching constraints. Also promote OP_OUT to OP_INOUT
797 || (predicated && recog_data.operand_type[i] == OP_OUT))
942 if (recog_data.operand_type[i] == OP_OUT)
952 scan_rtx (insn, loc, cl, mark_write, OP_OUT,
965 if (recog_data.operand_type[opn] == OP_OUT)
966 scan_rtx (insn, loc, cl, mark_write, OP_OUT,
[all...]
H A Dregclass.c1514 = ((recog_data.operand_type[i] != OP_OUT
1529 + (recog_data.operand_type[i] != OP_OUT
1740 = ((recog_data.operand_type[i] != OP_OUT
1755 + (recog_data.operand_type[i] != OP_OUT
1786 if (recog_data.operand_type[i] != OP_OUT)
H A Drecog.c2108 = (recog_data.constraints[i][0] == '=' ? OP_OUT
2636 || recog_data.operand_type[opno] != OP_OUT)

Completed in 109 milliseconds