Searched refs:get_block (Results 1 – 5 of 5) sorted by relevance
3 define void @get_block() {
5 define void @get_block(i32 %y_pos) local_unnamed_addr #0 {6 ; CHECK-LABEL: @get_block(
2621 get_block(struct ir3_context *ctx, const nir_block *nblock) in get_block() function2635 _mesa_set_add(block->predecessors, get_block(ctx, sentry->key)); in get_block()2644 struct ir3_block *block = get_block(ctx, nblock); in emit_block()2649 get_block(ctx, nblock->successors[i]); in emit_block()3277 ctx->block = get_block(ctx, nir_start_block(fxn)); in emit_instructions()
94 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, const struct nir_block *b) in get_block() function4399 LLVMBasicBlockRef block = get_block(ctx, src->pred); in visit_post_phi()