Searched refs:HasForbiddenSlot (Results 1 – 4 of 4) sorted by relevance
126 HasForbiddenSlot = 1 << 5, enumerator
104 bool HasForbiddenSlot(const MachineInstr &MI) const;
627 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo628 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
787 [this](auto &I) -> bool { return TII->HasForbiddenSlot(I); }, in handleForbiddenSlot()