Lines Matching defs:IM
688 for (unsigned IM = (unsigned)ISD::PRE_INC;
689 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) {
691 setIndexedLoadAction(IM, VT, Expand);
692 setIndexedStoreAction(IM, VT, Expand);
693 setIndexedMaskedLoadAction(IM, VT, Expand);
694 setIndexedMaskedStoreAction(IM, VT, Expand);
709 for (unsigned IM = (unsigned)ISD::PRE_INC;
710 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) {
711 setIndexedLoadAction(IM, VT, Expand);
712 setIndexedStoreAction(IM, VT, Expand);
713 setIndexedMaskedLoadAction(IM, VT, Expand);
714 setIndexedMaskedStoreAction(IM, VT, Expand);