Searched refs:agx_create_block (Results 1 – 10 of 10) sorted by relevance
894 agx_create_block(agx_context *ctx) in agx_create_block() function911 ctx->current_block = agx_create_block(ctx); in emit_block()969 ctx->after_block = agx_create_block(ctx); in emit_if()990 ctx->break_block = agx_create_block(ctx); in emit_loop()991 ctx->continue_block = agx_create_block(ctx); in emit_loop()
959 agx_create_block(agx_context *ctx) in agx_create_block() function976 ctx->current_block = agx_create_block(ctx); in emit_block()1034 ctx->after_block = agx_create_block(ctx); in emit_if()1055 ctx->break_block = agx_create_block(ctx); in emit_loop()1056 ctx->continue_block = agx_create_block(ctx); in emit_loop()