Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:POST_INC

681     AM = isInc ? ISD::POST_INC : ISD::POST_DEC;
1292 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
1293 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
1294 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal);
1295 setIndexedLoadAction(ISD::POST_INC, MVT::i64, Legal);
1297 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal);
1298 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal);
1299 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal);
1300 setIndexedStoreAction(ISD::POST_INC, MVT::i64, Legal);