Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c243LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0), sus_info->clean… in lp_build_coro_suspend_switch()
245LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
Dlp_bld_sample_soa.c4873 LLVMAddCase(switch_info->switch_ref, in lp_build_sample_array_case_soa()
4954 LLVMAddCase(switch_info->switch_ref, in lp_build_image_op_array_case()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c475 LLVMAddCase(switch_inst, LLVMConstInt(ctx.ac.i32, stream, 0), bb); in si_generate_gs_copy_shader()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c792 LLVMAddCase(target, Val, jmp->target->priv); in output_op_switch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3622 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1658 LLVMAddCase(switch_inst, LLVMConstInt(ctx->ac.i32, stream, 0), bb); in ac_gs_copy_shader_emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3193 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase() function