[COREV] Define patterns for the generation of load/store instructions
Created by: serkm
Post-incrementing load needs to be matched in c++, because TableGen patterns can not handle nodes with multiple output values.
getPostIndexedAddressParts
makes sure that load/store and add nodes are combined to post-incrementing load/store.