Home
last modified time | relevance | path

Searched refs:LLVMAppendBasicBlockInContext (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp328 LLVMBasicBlockRef trueBlock = LLVMAppendBasicBlockInContext( in getLValue()
332 LLVMBasicBlockRef falseBlock = LLVMAppendBasicBlockInContext( in getLValue()
336 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fJIT.fContext, in getLValue()
356 LLVMBasicBlockRef trueBlock = LLVMAppendBasicBlockInContext( in getLValue()
360 LLVMBasicBlockRef falseBlock = LLVMAppendBasicBlockInContext( in getLValue()
364 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fJIT.fContext, in getLValue()
695 LLVMBasicBlockRef ifTrue = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
697 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
713 LLVMBasicBlockRef ifFalse = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
715 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c67 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(gallivm->context, func, "entry"); in add_printf_test()
Dlp_test_arit.c355 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(context, func, "entry"); in build_unary_test_func()
Dlp_test_format.c120 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_fetch_rgba_test()
Dlp_state_cs.c177 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in generate_compute()
317 block = LLVMAppendBasicBlockInContext(gallivm->context, coro, "entry"); in generate_compute()
426 … LLVMBasicBlockRef sus_block = LLVMAppendBasicBlockInContext(gallivm->context, coro, "suspend"); in generate_compute()
427 … LLVMBasicBlockRef clean_block = LLVMAppendBasicBlockInContext(gallivm->context, coro, "cleanup"); in generate_compute()
Dlp_test_conv.c126 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_conv_test()
Dlp_state_fs_linear_llvm.c327 LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in llvmpipe_fs_variant_linear_llvm()
Dlp_test_blend.c171 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_blend_test()
Dlp_state_setup.c711 LLVMAppendBasicBlockInContext(gallivm->context, in generate_setup_variant()
Dlp_state_fs.c3209 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c73 new_block = LLVMAppendBasicBlockInContext(gallivm->context, function, name); in lp_build_insert_new_block()
Dlp_bld_format_s3tc.c1941 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in generate_update_cache_one_block()
Dlp_bld_sample_soa.c4053 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in lp_build_sample_gen_func()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2026 block = LLVMAppendBasicBlockInContext(gallivm->context, variant_func, "entry"); in draw_llvm_generate()
2833 block = LLVMAppendBasicBlockInContext(gallivm->context, variant_func, "entry"); in draw_gs_llvm_generate()
3409 block = LLVMAppendBasicBlockInContext(gallivm->context, variant_func, "entry"); in draw_tcs_llvm_generate()
3480 block = LLVMAppendBasicBlockInContext(gallivm->context, variant_coro, "entry"); in draw_tcs_llvm_generate()
3531 …LLVMBasicBlockRef sus_block = LLVMAppendBasicBlockInContext(gallivm->context, variant_coro, "suspe… in draw_tcs_llvm_generate()
3532 …LLVMBasicBlockRef clean_block = LLVMAppendBasicBlockInContext(gallivm->context, variant_coro, "cle… in draw_tcs_llvm_generate()
3991 block = LLVMAppendBasicBlockInContext(gallivm->context, variant_func, "entry"); in draw_tes_llvm_generate()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1483 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm()
1484 merge_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm()
1643 end_bb = LLVMAppendBasicBlockInContext(ctx->ac.context, ctx->main_function, "end"); in ac_gs_copy_shader_emit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c461 end_bb = LLVMAppendBasicBlockInContext(ctx.ac.context, ctx.main_fn, "end"); in si_generate_gs_copy_shader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2961 LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2651 LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, in LLVMAppendBasicBlockInContext() function
2658 return LLVMAppendBasicBlockInContext(LLVMGetGlobalContext(), FnRef, Name); in LLVMAppendBasicBlock()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2896 return LLVMAppendBasicBlockInContext(ctx->context, main_fn, name); in append_basic_block()
4544 LLVMAppendBasicBlockInContext(ctx->context, main_function, "main_body"); in ac_build_main()