Lines Matching defs:mention
152 /* Set if insn contains a mention of a vector register. All other
2442 /* Walk the uses and defs to see if we mention vector regs.
2445 df_ref mention;
2446 FOR_EACH_INSN_INFO_USE (mention, insn_info)
2449 machine_mode mode = GET_MODE (DF_REF_REAL_REG (mention));
2455 vector mention to ensure the call is unioned with this
2457 if (mode == DImode && DF_REF_INSN_INFO (mention))
2459 rtx feeder = DF_REF_INSN (mention);
2460 /* FIXME: It is pretty hard to get from the df mention
2476 if (DF_REF_INSN_INFO (mention))
2478 = !rtx_equal_p (DF_REF_REG (mention),
2479 DF_REF_REAL_REG (mention));
2480 union_defs (insn_entry, insn, mention);
2483 FOR_EACH_INSN_INFO_DEF (mention, insn_info)
2486 machine_mode mode = GET_MODE (DF_REF_REAL_REG (mention));
2504 if (DF_REF_INSN_INFO (mention))
2506 = !rtx_equal_p (DF_REF_REG (mention),
2507 DF_REF_REAL_REG (mention));
2509 else if (REG_FUNCTION_VALUE_P (DF_REF_REG (mention)))
2511 union_uses (insn_entry, insn, mention);