Lines Matching defs:IM
679 for (unsigned IM = (unsigned)ISD::PRE_INC;
680 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) {
682 setIndexedLoadAction(IM, VT, Expand);
683 setIndexedStoreAction(IM, VT, Expand);
684 setIndexedMaskedLoadAction(IM, VT, Expand);
685 setIndexedMaskedStoreAction(IM, VT, Expand);
700 for (unsigned IM = (unsigned)ISD::PRE_INC;
701 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) {
702 setIndexedLoadAction(IM, VT, Expand);
703 setIndexedStoreAction(IM, VT, Expand);
704 setIndexedMaskedLoadAction(IM, VT, Expand);
705 setIndexedMaskedStoreAction(IM, VT, Expand);