Lines Matching defs:reservation
123 int reservation;
1978 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
2026 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
3078 if (INSN_INFO_ENTRY (INSN_UID (within)).reservation != 0)
3079 reserved |= 1 << INSN_INFO_ENTRY (INSN_UID (within)).reservation;
3123 if (INSN_INFO_ENTRY (uid).reservation != 0)
3134 reservation spans more than one cycle, the reservation contains
3160 INSN_INFO_ENTRY (uid).reservation = t;
3189 INSN_INFO_ENTRY (uid).reservation
3196 /* Return a factor by which to weight unit imbalances for a reservation
3225 instructions reservation, e.g. UNIT_REQ_DL. REQ2 is used to either
3725 INSN_INFO_ENTRY (uid).reservation = 0;
4860 reservation_mask |= 1 << INSN_INFO_ENTRY (uid).reservation;
4937 INSN_INFO_ENTRY (INSN_UID (shadow)).reservation
4970 INSN_INFO_ENTRY (INSN_UID (x1)).reservation = RESERVATION_S2;
4990 INSN_INFO_ENTRY (INSN_UID (x1)).reservation = RESERVATION_S2;
4991 INSN_INFO_ENTRY (INSN_UID (x2)).reservation = RESERVATION_S2;
5711 INSN_INFO_ENTRY (uid).reservation
5712 = INSN_INFO_ENTRY (copy_uid).reservation;
5988 We free the reservation (and other scheduling) information here now that