Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:POST_INC

651     AM = isInc ? ISD::POST_INC : ISD::POST_DEC;
1170 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
1171 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
1172 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal);
1173 setIndexedLoadAction(ISD::POST_INC, MVT::i64, Legal);
1175 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal);
1176 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal);
1177 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal);
1178 setIndexedStoreAction(ISD::POST_INC, MVT::i64, Legal);