aco: compact IR
These 2 patches reduce the memory footprint of the aco IR. For the Instruction base class from 40 bytes to 16, for the subclasses from about [40..64] to [16..24]. No changes to pipelinedb, no slow down on compile speed (maybe a slight improvement even).