Lines Matching refs:agx_cursor
605 } agx_cursor; typedef
607 static inline agx_cursor
610 return (agx_cursor) { in agx_after_block()
616 static inline agx_cursor
619 return (agx_cursor) { in agx_before_instr()
625 static inline agx_cursor
628 return (agx_cursor) { in agx_after_instr()
639 static inline agx_cursor
656 agx_cursor cursor;
660 agx_init_builder(agx_context *ctx, agx_cursor cursor) in agx_init_builder()
671 agx_builder_insert(agx_cursor *cursor, agx_instr *I) in agx_builder_insert()