Searched refs:HasForbiddenSlot (Results 1 – 5 of 5) sorted by relevance
131 HasForbiddenSlot = 1 << 5, enumerator
110 bool HasForbiddenSlot(const MachineInstr &MI) const;
650 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo651 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
848 [this](auto &I) -> bool { return TII->HasForbiddenSlot(I); }, in handleForbiddenSlot()
727 return !inMicroMipsMode() && (MCID.TSFlags & MipsII::HasForbiddenSlot); in hasForbiddenSlot()