Searched refs:LLVMBuildSwitch (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 234 LLVMValueRef myswitch = LLVMBuildSwitch(gallivm->builder, coro_suspend, in lp_build_coro_suspend_switch()
|
D | lp_bld_sample_soa.c | 4744 switch_info->switch_ref = LLVMBuildSwitch(gallivm->builder, idx, in lp_build_sample_array_init_soa() 4819 switch_info->switch_ref = LLVMBuildSwitch(gallivm->builder, idx, in lp_build_image_op_switch_soa()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 470 switch_inst = LLVMBuildSwitch(builder, stream_id, end_bb, 4); in si_generate_gs_copy_shader()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 784 target = LLVMBuildSwitch(fn->builder, sw_val, in output_op_switch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3586 LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef, LLVMValueRef V,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 2710 switch_inst = LLVMBuildSwitch(ctx->ac.builder, stream_id, end_bb, 4); in ac_gs_copy_shader_emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3098 LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef B, LLVMValueRef V, in LLVMBuildSwitch() function
|