| /third_party/flutter/skia/src/sksl/ |
| D | SkSLJIT.cpp | 328 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/ |
| D | lp_test_printf.c | 67 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(gallivm->context, func, "entry"); in add_printf_test()
|
| D | lp_test_arit.c | 355 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(context, func, "entry"); in build_unary_test_func()
|
| D | lp_test_format.c | 120 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_fetch_rgba_test()
|
| D | lp_state_cs.c | 177 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()
|
| D | lp_test_conv.c | 126 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_conv_test()
|
| D | lp_state_fs_linear_llvm.c | 327 LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in llvmpipe_fs_variant_linear_llvm()
|
| D | lp_test_blend.c | 171 block = LLVMAppendBasicBlockInContext(context, func, "entry"); in add_blend_test()
|
| D | lp_state_setup.c | 711 LLVMAppendBasicBlockInContext(gallivm->context, in generate_setup_variant()
|
| D | lp_state_fs.c | 3209 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in generate_fragment()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_flow.c | 73 new_block = LLVMAppendBasicBlockInContext(gallivm->context, function, name); in lp_build_insert_new_block()
|
| D | lp_bld_format_s3tc.c | 1941 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in generate_update_cache_one_block()
|
| D | lp_bld_sample_soa.c | 4053 block = LLVMAppendBasicBlockInContext(gallivm->context, function, "entry"); in lp_build_sample_gen_func()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 2026 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/ |
| D | radv_nir_to_llvm.c | 1483 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/ |
| D | si_shader_llvm_gs.c | 461 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/ |
| D | Core.h | 2961 LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 2651 LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, in LLVMAppendBasicBlockInContext() function 2658 return LLVMAppendBasicBlockInContext(LLVMGetGlobalContext(), FnRef, Name); in LLVMAppendBasicBlock()
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 2896 return LLVMAppendBasicBlockInContext(ctx->context, main_fn, name); in append_basic_block() 4544 LLVMAppendBasicBlockInContext(ctx->context, main_function, "main_body"); in ac_build_main()
|