Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp756 Iter IInSlot; in handleSlot() local
762 IInSlot = Res.first; in handleSlot()
765 if (LastInstInFunction || !SafeInSlot(*IInSlot, *I)) { in handleSlot()
788 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot() argument
789 return TII->SafeInForbiddenSlot(IInSlot); in handleForbiddenSlot()
799 [this](auto &IInSlot, auto &I) -> bool { in handleFPUDelaySlot() argument
800 return TII->SafeInFPUDelaySlot(IInSlot, I); in handleFPUDelaySlot()
811 [this](auto &IInSlot, auto &I) -> bool { in handleLoadDelaySlot() argument
812 return TII->SafeInLoadDelaySlot(IInSlot, I); in handleLoadDelaySlot()