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.cpp756 Iter IInSlot; in handleMFLOSlot() local
767 IInSlot = Res.first; in handleMFLOSlot()
770 if (!SafeInSlot(*IInSlot, *I)) { in handleMFLOSlot()
804 Iter IInSlot; in handleSlot() local
810 IInSlot = Res.first; in handleSlot()
813 if (LastInstInFunction || !SafeInSlot(*IInSlot, *I)) { in handleSlot()
837 [this](auto &IInSlot, auto &I) -> bool { in handleMFLO() argument
838 return TII->SafeAfterMflo(IInSlot); in handleMFLO()
849 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot() argument
850 return TII->SafeInForbiddenSlot(IInSlot); in handleForbiddenSlot()
[all …]