Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp755 Iter IInSlot; in handleSlot() local
761 IInSlot = Res.first; in handleSlot()
764 if (LastInstInFunction || !SafeInSlot(*IInSlot, *I)) { in handleSlot()
787 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot() argument
788 return TII->SafeInForbiddenSlot(IInSlot); in handleForbiddenSlot()
798 [this](auto &IInSlot, auto &I) -> bool { in handleFPUDelaySlot() argument
799 return TII->SafeInFPUDelaySlot(IInSlot, I); in handleFPUDelaySlot()
810 [this](auto &IInSlot, auto &I) -> bool { in handleLoadDelaySlot() argument
811 return TII->SafeInLoadDelaySlot(IInSlot, I); in handleLoadDelaySlot()