(&self, token: &NodeOwner)
| 276 | } |
| 277 | |
| 278 | pub fn output_count(&self, token: &NodeOwner) -> usize { |
| 279 | self.variant.ro(token).output_count() |
| 280 | } |
| 281 | |
| 282 | pub fn codegen(&self, token: &NodeOwner, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region, ir: &mut IR, ops: &mut Assembler) { |
| 283 | println!("node codegen for {:?} @ {}", self.variant.ro(token), self.time); |