Searched refs:MIInSlot (Results 1 – 2 of 2) sorted by relevance
600 bool MipsInstrInfo::SafeInFPUDelaySlot(const MachineInstr &MIInSlot, in SafeInFPUDelaySlot() argument602 if (MIInSlot.isInlineAsm()) in SafeInFPUDelaySlot()605 if (HasFPUDelaySlot(MIInSlot)) in SafeInFPUDelaySlot()608 switch (MIInSlot.getOpcode()) { in SafeInFPUDelaySlot()621 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot()632 bool MipsInstrInfo::SafeInLoadDelaySlot(const MachineInstr &MIInSlot, in SafeInLoadDelaySlot() argument634 if (MIInSlot.isInlineAsm()) in SafeInLoadDelaySlot()638 return Op.isReg() && MIInSlot.readsRegister(Op.getReg(), /*TRI=*/nullptr); in SafeInLoadDelaySlot()
100 bool SafeInFPUDelaySlot(const MachineInstr &MIInSlot,104 bool SafeInLoadDelaySlot(const MachineInstr &MIInSlot,