Home
last modified time | relevance | path

Searched refs:LLVMBuildSwitch (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c234 LLVMValueRef myswitch = LLVMBuildSwitch(gallivm->builder, coro_suspend, in lp_build_coro_suspend_switch()
Dlp_bld_sample_soa.c4744 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/
Dsi_shader_llvm_gs.c470 switch_inst = LLVMBuildSwitch(builder, stream_id, end_bb, 4); in si_generate_gs_copy_shader()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c784 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/
DCore.h3586 LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef, LLVMValueRef V,
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2710 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/
DCore.cpp3098 LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef B, LLVMValueRef V, in LLVMBuildSwitch() function