Home
last modified time | relevance | path

Searched refs:LLVMGetInsertBlock (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c62 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()
Dlp_bld_intr.c237 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c964 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()
976 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
Dlp_bld_sample_soa.c4099 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()
Dlp_bld_tgsi_soa.c4624 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()
4634 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
Dlp_bld_format_s3tc.c2027 bb = LLVMGetInsertBlock(builder); in update_cached_block()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c515 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()
Dac_llvm_build.c2895 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c454 LLVMBasicBlockRef blocks[2] = {LLVMGetInsertBlock(builder), ctx->merged_wrap_if_entry_block}; in si_llvm_tcs_build_end()
Dsi_shader_llvm.c1008 ctx->merged_wrap_if_entry_block = LLVMGetInsertBlock(ctx->ac.builder); in si_llvm_translate_nir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3516 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1482 LLVMValueRef fn = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx.ac.builder)); in ac_translate_nir_to_llvm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3012 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function