Searched refs:MIM_PostInc (Results 1 – 3 of 3) sorted by relevance
1290 if (TTI->isIndexedLoadLegal(TTI->MIM_PostInc, AR->getType()) || in RateRegister()1291 TTI->isIndexedStoreLegal(TTI->MIM_PostInc, AR->getType())) { in RateRegister()3607 if (TTI.isIndexedLoadLegal(TTI.MIM_PostInc, AR->getType()) || in mayUsePostIncMode()3608 TTI.isIndexedStoreLegal(TTI.MIM_PostInc, AR->getType())) { in mayUsePostIncMode()4745 if (!TTI.isIndexedLoadLegal(TTI.MIM_PostInc, LU.AccessTy.getType()) && in NarrowSearchSpaceByFilterPostInc()4746 !TTI.isIndexedStoreLegal(TTI.MIM_PostInc, LU.AccessTy.getType())) in NarrowSearchSpaceByFilterPostInc()
1281 MIM_PostInc, ///< Post-incrementing. enumerator
184 case TTI::MIM_PostInc: in getISDIndexedMode()