Home
last modified time | relevance | path

Searched refs:MIInSlot (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp583 bool MipsInstrInfo::SafeInFPUDelaySlot(const MachineInstr &MIInSlot, in SafeInFPUDelaySlot() argument
585 if (MIInSlot.isInlineAsm()) in SafeInFPUDelaySlot()
588 if (HasFPUDelaySlot(MIInSlot)) in SafeInFPUDelaySlot()
591 switch (MIInSlot.getOpcode()) { in SafeInFPUDelaySlot()
604 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot()
615 bool MipsInstrInfo::SafeInLoadDelaySlot(const MachineInstr &MIInSlot, in SafeInLoadDelaySlot() argument
617 if (MIInSlot.isInlineAsm()) in SafeInLoadDelaySlot()
621 return Op.isReg() && MIInSlot.readsRegister(Op.getReg()); in SafeInLoadDelaySlot()
H A DMipsInstrInfo.h96 bool SafeInFPUDelaySlot(const MachineInstr &MIInSlot,
100 bool SafeInLoadDelaySlot(const MachineInstr &MIInSlot,