Home
last modified time | relevance | path

Searched refs:HasFPUDelaySlot (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h107 bool HasFPUDelaySlot(const MachineInstr &MI) const;
H A DMipsInstrInfo.cpp589 if (HasFPUDelaySlot(MIInSlot)) in SafeInFPUDelaySlot()
632 bool MipsInstrInfo::HasFPUDelaySlot(const MachineInstr &MI) const { in HasFPUDelaySlot() function in MipsInstrInfo
H A DMipsBranchExpansion.cpp798 return handleSlot([this](auto &I) -> bool { return TII->HasFPUDelaySlot(I); }, in handleFPUDelaySlot()