Searched refs:MIM_PostInc (Results 1 – 3 of 3) sorted by relevance
1442 if (TTI->isIndexedLoadLegal(TTI->MIM_PostInc, AR->getType()) || in RateRegister()1443 TTI->isIndexedStoreLegal(TTI->MIM_PostInc, AR->getType())) { in RateRegister()3905 if (TTI.isIndexedLoadLegal(TTI.MIM_PostInc, AR->getType()) || in mayUsePostIncMode()3906 TTI.isIndexedStoreLegal(TTI.MIM_PostInc, AR->getType())) { in mayUsePostIncMode()5135 if (!TTI.isIndexedLoadLegal(TTI.MIM_PostInc, LU.AccessTy.getType()) && in NarrowSearchSpaceByFilterPostInc()5136 !TTI.isIndexedStoreLegal(TTI.MIM_PostInc, LU.AccessTy.getType())) in NarrowSearchSpaceByFilterPostInc()6060 ((isa<LoadInst>(I) && TTI.isIndexedLoadLegal(TTI.MIM_PostInc, Ty)) || in canHoistIVInc()6061 (isa<StoreInst>(I) && TTI.isIndexedStoreLegal(TTI.MIM_PostInc, Ty))); in canHoistIVInc()
1631 MIM_PostInc, ///< Post-incrementing. enumerator
201 case TTI::MIM_PostInc: in getISDIndexedMode()