Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp584 bool MipsInstrInfo::SafeInFPUDelaySlot(const MachineInstr &MIInSlot, in SafeInFPUDelaySlot() argument
586 if (MIInSlot.isInlineAsm()) in SafeInFPUDelaySlot()
589 if (HasFPUDelaySlot(MIInSlot)) in SafeInFPUDelaySlot()
592 switch (MIInSlot.getOpcode()) { in SafeInFPUDelaySlot()
605 std::tie(Reads, Writes) = MIInSlot.readsWritesVirtualRegister(Op.getReg()); in SafeInFPUDelaySlot()
616 bool MipsInstrInfo::SafeInLoadDelaySlot(const MachineInstr &MIInSlot, in SafeInLoadDelaySlot() argument
618 if (MIInSlot.isInlineAsm()) in SafeInLoadDelaySlot()
622 return Op.isReg() && MIInSlot.readsRegister(Op.getReg()); in SafeInLoadDelaySlot()
H A DMipsInstrInfo.h96 bool SafeInFPUDelaySlot(const MachineInstr &MIInSlot,
100 bool SafeInLoadDelaySlot(const MachineInstr &MIInSlot,