Searched refs:MIM_PostInc (Results 1 – 3 of 3) sorted by relevance
1306 if (TTI->isIndexedLoadLegal(TTI->MIM_PostInc, AR->getType()) || in RateRegister()1307 TTI->isIndexedStoreLegal(TTI->MIM_PostInc, AR->getType())) { in RateRegister()3669 if (TTI.isIndexedLoadLegal(TTI.MIM_PostInc, AR->getType()) || in mayUsePostIncMode()3670 TTI.isIndexedStoreLegal(TTI.MIM_PostInc, AR->getType())) { in mayUsePostIncMode()4818 if (!TTI.isIndexedLoadLegal(TTI.MIM_PostInc, LU.AccessTy.getType()) && in NarrowSearchSpaceByFilterPostInc()4819 !TTI.isIndexedStoreLegal(TTI.MIM_PostInc, LU.AccessTy.getType())) in NarrowSearchSpaceByFilterPostInc()
1414 MIM_PostInc, ///< Post-incrementing. enumerator
199 case TTI::MIM_PostInc: in getISDIndexedMode()