Searched refs:HasForbiddenSlot (Results 1 – 8 of 8) sorted by relevance
123 HasForbiddenSlot = 1 << 5 enumerator
123 HasForbiddenSlot = 1 << 5, enumerator
118 if (!TII->HasForbiddenSlot(*I)) in runOnMachineFunction()
375 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo376 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
80 bool HasForbiddenSlot(const MachineInstr &MI) const;
97 bool HasForbiddenSlot(const MachineInstr &MI) const;
570 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo571 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
677 if (!TII->HasForbiddenSlot(*I)) in handleForbiddenSlot()