Searched refs:HasFPUDelaySlot (Results 1 – 3 of 3) sorted by relevance
107 bool HasFPUDelaySlot(const MachineInstr &MI) const;
589 if (HasFPUDelaySlot(MIInSlot)) in SafeInFPUDelaySlot()632 bool MipsInstrInfo::HasFPUDelaySlot(const MachineInstr &MI) const { in HasFPUDelaySlot() function in MipsInstrInfo
798 return handleSlot([this](auto &I) -> bool { return TII->HasFPUDelaySlot(I); }, in handleFPUDelaySlot()