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