Searched refs:LLVMAddCase (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 243 …LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0), sus_info->clean… in lp_build_coro_suspend_switch() 245 … LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
|
D | lp_bld_sample_soa.c | 4873 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/ |
D | si_shader_llvm_gs.c | 475 LLVMAddCase(switch_inst, LLVMConstInt(ctx.ac.i32, stream, 0), bb); in si_generate_gs_copy_shader()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 792 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/ |
D | Core.h | 3622 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1658 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/ |
D | Core.cpp | 3193 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase() function
|