Searched refs:LLVMGetInsertBlock (Results 1 – 13 of 13) sorted by relevance
62 current_block = LLVMGetInsertBlock(gallivm->builder); in lp_build_insert_new_block()408 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_if()488 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in create_builder_at_entry()
237 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
964 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()976 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
4099 LLVMGetInsertBlock(builder))); in lp_build_sample_soa_func()4264 bb = LLVMGetInsertBlock(builder); in lp_build_sample_soa_func()4834 LLVMBasicBlockRef initial_block = LLVMGetInsertBlock(gallivm->builder); in lp_build_sample_array_init_soa()4923 LLVMBasicBlockRef initial_block = LLVMGetInsertBlock(gallivm->builder); in lp_build_image_op_switch_soa()4972 this_block = LLVMGetInsertBlock(gallivm->builder); in lp_build_image_op_array_case()
4624 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()4634 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
2027 bb = LLVMGetInsertBlock(builder); in update_cached_block()
515 wctx->phi_bb[0] = LLVMGetInsertBlock(ctx->ac.builder); in enter_waterfall()534 wctx->phi_bb[1] = LLVMGetInsertBlock(ctx->ac.builder); in exit_waterfall()1506 bbs[0] = LLVMGetInsertBlock(ctx->builder); in lower_gather4_integer()1512 bbs[1] = LLVMGetInsertBlock(ctx->builder); in lower_gather4_integer()1936 start_block = LLVMGetInsertBlock(ctx->ac.builder); in emit_ssbo_comp_swap_64()1940 then_block = LLVMGetInsertBlock(ctx->ac.builder); in emit_ssbo_comp_swap_64()5263 LLVMBasicBlockRef blockref = LLVMGetInsertBlock(ctx->ac.builder); in visit_block()5311 _mesa_hash_table_insert(ctx->defs, block, LLVMGetInsertBlock(ctx->ac.builder)); in visit_block()5483 ctx.main_function = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx.ac.builder)); in ac_nir_translate()
2895 LLVMValueRef main_fn = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx->builder)); in append_basic_block()2905 if (!LLVMGetBasicBlockTerminator(LLVMGetInsertBlock(builder))) in emit_default_branch()3006 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in ac_build_alloca_undef()3995 bbs[0] = LLVMGetInsertBlock(builder); in ac_build_wg_wavescan_bottom()4011 bbs[1] = LLVMGetInsertBlock(builder); in ac_build_wg_wavescan_bottom()
454 LLVMBasicBlockRef blocks[2] = {LLVMGetInsertBlock(builder), ctx->merged_wrap_if_entry_block}; in si_llvm_tcs_build_end()
1008 ctx->merged_wrap_if_entry_block = LLVMGetInsertBlock(ctx->ac.builder); in si_llvm_translate_nir()
3516 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
1482 LLVMValueRef fn = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx.ac.builder)); in ac_translate_nir_to_llvm()
3012 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function