/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_resources.c | 37 LLVMValueRef c_max = LLVMConstInt(ctx->ac.i32, num - 1, 0); in si_llvm_bound_index() 70 desc1 = LLVMConstInt(ctx->ac.i32, S_008F04_BASE_ADDRESS_HI(ctx->screen->info.address32_hi), 0); in load_const_buffer_desc_fast_path() 83 LLVMConstInt(ctx->ac.i32, sel->info.constbuf0_num_slots * 16, 0), in load_const_buffer_desc_fast_path() 84 LLVMConstInt(ctx->ac.i32, rsrc3, false)}; in load_const_buffer_desc_fast_path() 104 LLVMBuildAdd(ctx->ac.builder, index, LLVMConstInt(ctx->ac.i32, SI_NUM_SHADER_BUFFERS, 0), ""); in load_ubo() 121 index = LLVMBuildSub(ctx->ac.builder, LLVMConstInt(ctx->ac.i32, SI_NUM_SHADER_BUFFERS - 1, 0), in load_ssbo() 143 LLVMValueRef i32_6 = LLVMConstInt(ctx->ac.i32, 6, 0); in force_dcc_off() 144 LLVMValueRef i32_C = LLVMConstInt(ctx->ac.i32, C_008F28_COMPRESSION_EN, 0); in force_dcc_off() 163 index = ac_build_imad(&ctx->ac, index, LLVMConstInt(ctx->ac.i32, 2, 0), ctx->ac.i32_1); in si_load_image_desc() 190 index = LLVMBuildMul(builder, index, LLVMConstInt(ctx->ac.i32, 2, 0), ""); in si_load_sampler_desc() [all …]
|
D | gfx10_shader_ngg.c | 46 LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, false), ""); in get_thread_id_in_tg() 70 LLVMConstInt(ctx->ac.i32, GFX10_GS_QUERY_BUF, false)); in ngg_get_query_buf() 78 LLVMConstInt(ctx->ac.i32, 8 + index, false), ""); in ngg_get_initial_edgeflag() 96 return LLVMConstInt(ctx->ac.i32, 3, 0); in ngg_get_vertices_per_prim() 119 return LLVMConstInt(ctx->ac.i32, *num_vertices, false); in ngg_get_vertices_per_prim() 158 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() 169 edge = LLVMBuildShl(builder, edge, LLVMConstInt(ctx->ac.i32, shift, 0), ""); in gfx10_ngg_build_export_prim() 223 tmp = LLVMBuildMul(builder, offset_vtx, LLVMConstInt(ctx->ac.i32, so->stride[buffer], false), in build_streamout_vertex() 226 offset[buffer] = LLVMBuildShl(builder, tmp, LLVMConstInt(ctx->ac.i32, 2, false), ""); in build_streamout_vertex() 238 tmp = ac_build_gep0(&ctx->ac, vertexptr, LLVMConstInt(ctx->ac.i32, 4 * reg + comp, false)); in build_streamout_vertex() [all …]
|
D | si_shader_llvm_tess.c | 84 return LLVMConstInt(ctx->ac.i32, stride, 0); in get_tcs_out_vertex_dw_stride() 97 return LLVMConstInt(ctx->ac.i32, patch_dw_stride, 0); in get_tcs_out_patch_stride() 103 LLVMConstInt(ctx->ac.i32, 4, 0), ""); in get_tcs_out_patch0_offset() 109 LLVMConstInt(ctx->ac.i32, 4, 0), ""); in get_tcs_out_patch0_patch_data_offset() 146 return LLVMConstInt(ctx->ac.i32, tcs_out_vertices, 0); in get_num_tcs_out_vertices() 158 return LLVMConstInt(ctx->ac.i32, stride, 0); in get_tcs_in_vertex_dw_stride() 163 return LLVMConstInt(ctx->ac.i32, stride, 0); in get_tcs_in_vertex_dw_stride() 183 base_addr = ac_build_imad(&ctx->ac, param_index, LLVMConstInt(ctx->ac.i32, 4, 0), base_addr); in get_dw_address_from_generic_indices() 193 return LLVMBuildAdd(ctx->ac.builder, base_addr, LLVMConstInt(ctx->ac.i32, param * 4, 0), ""); in get_dw_address_from_generic_indices() 225 constant16 = LLVMConstInt(ctx->ac.i32, 16, 0); in get_tcs_tes_buffer_address() [all …]
|
D | si_shader_llvm_gs.c | 78 LLVMBuildAdd(ctx->ac.builder, vtx_offset, LLVMConstInt(ctx->ac.i32, offset, false), ""); in si_llvm_load_input_gs() 89 vtx_offset = LLVMBuildMul(ctx->ac.builder, gs_vtx_offset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_load_input_gs() 91 soffset = LLVMConstInt(ctx->ac.i32, (param * 4 + swizzle) * 256, 0); in si_llvm_load_input_gs() 165 LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, false), ""), in si_llvm_emit_es_epilogue() 168 LLVMBuildMul(ctx->ac.builder, vertex_idx, LLVMConstInt(ctx->ac.i32, itemsize_dw, 0), ""); in si_llvm_emit_es_epilogue() 189 LLVMValueRef idx = LLVMConstInt(ctx->ac.i32, param * 4 + chan, false); in si_llvm_emit_es_epilogue() 271 LLVMConstInt(ctx->ac.i32, shader->selector->info.base.gs.vertices_out, 0), ""); in si_llvm_emit_vertex() 289 LLVMConstInt(ctx->ac.i32, offset * shader->selector->info.base.gs.vertices_out, 0); in si_llvm_emit_vertex() 293 voffset = LLVMBuildMul(ctx->ac.builder, voffset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_emit_vertex() 334 LLVMValueRef offset = LLVMConstInt(ctx->ac.i32, ring, 0); in si_preload_esgs_ring() [all …]
|
D | si_shader_llvm_vs.c | 35 return LLVMBuildAShr(ctx->ac.builder, i32, LLVMConstInt(ctx->ac.i32, 16, 0), ""); in unpack_sint16() 109 LLVMConstInt(ctx->ac.i32, index, 0)); in load_input_vs() 131 LLVMBuildExtractElement(ctx->ac.builder, tmp, LLVMConstInt(ctx->ac.i32, i, false), ""); in load_input_vs() 159 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() 167 tmp = LLVMConstInt(ctx->ac.i32, i, false); in load_input_vs() 191 LLVMValueRef c30 = LLVMConstInt(ctx->ac.i32, 30, 0); in load_input_vs() 207 fix_fetch.u.format == AC_FETCH_FORMAT_SNORM ? LLVMConstInt(ctx->ac.i32, 7, 0) : c30, ""); in load_input_vs() 337 LLVMValueRef offset = LLVMConstInt(ctx->ac.i32, SI_VS_STREAMOUT_BUF0 + i, 0); in si_llvm_emit_streamout() 342 so_offset = LLVMBuildMul(builder, so_offset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_emit_streamout() 345 &ctx->ac, so_write_index, LLVMConstInt(ctx->ac.i32, so->stride[i] * 4, 0), so_offset); in si_llvm_emit_streamout() [all …]
|
D | si_compute_prim_discard.c | 238 LLVMConstInt(ctx->ac.i32, LLVMAtomicOrderingMonotonic, 0), /* ordering */ in si_build_ds_ordered_op() 241 LLVMConstInt(ctx->ac.i32, ordered_count_index, 0), in si_build_ds_ordered_op() 242 LLVMConstInt(ctx->ac.i1, release, 0), in si_build_ds_ordered_op() 243 LLVMConstInt(ctx->ac.i1, done, 0), in si_build_ds_ordered_op() 255 ptr = LLVMBuildOr(ctx->ac.builder, ptr, LLVMConstInt(ctx->ac.i64, hi, 0), ""); in si_expand_32bit_pointer() 370 LLVMConstInt(ctx->ac.i32, S_VS_STATE_INDEXED(key->opt.cs_indexed), 0); in si_build_prim_discard_compute_shader() 401 LLVMConstInt(ctx->ac.i32, THREADGROUP_SIZE, 0), in si_build_prim_discard_compute_shader() 412 LLVMBuildAnd(builder, num_prims_udiv_terms, LLVMConstInt(ctx->ac.i32, 0x1f, 0), ""); in si_build_prim_discard_compute_shader() 414 LLVMBuildLShr(builder, num_prims_udiv_terms, LLVMConstInt(ctx->ac.i32, 5, 0), ""); in si_build_prim_discard_compute_shader() 430 index[i] = ac_build_imad(&ctx->ac, prim_id, LLVMConstInt(ctx->ac.i32, 3, 0), in si_build_prim_discard_compute_shader() [all …]
|
D | si_shader_llvm_ps.c | 44 LLVMValueRef buf_index = LLVMConstInt(ctx->ac.i32, SI_PS_CONST_SAMPLE_POSITIONS, 0); in load_sample_position() 49 LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->ac.i32, 8, 0), ""); in load_sample_position() 51 LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in load_sample_position() 76 ac_build_load_to_sgpr(&ctx->ac, ptr, LLVMConstInt(ctx->ac.i32, SI_PS_IMAGE_COLORBUF0 / 2, 0)); in si_nir_emit_fbfetch() 94 LLVMConstInt(ctx->ac.i32, SI_PS_IMAGE_COLORBUF0_FMASK / 2, 0)); in si_nir_emit_fbfetch() 121 return ac_build_fs_interp(&ctx->ac, LLVMConstInt(ctx->ac.i32, chan, 0), in si_build_fs_interp() 122 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask, i, j); in si_build_fs_interp() 124 return ac_build_fs_interp_mov(&ctx->ac, LLVMConstInt(ctx->ac.i32, 2, 0), /* P0 */ in si_build_fs_interp() 125 LLVMConstInt(ctx->ac.i32, chan, 0), in si_build_fs_interp() 126 LLVMConstInt(ctx->ac.i32, attr_index, 0), prim_mask); in si_build_fs_interp() [all …]
|
D | si_shader_llvm.c | 301 LLVMConstInt(ctx->ac.i32, bitoffset, 0), in si_init_exec_from_input() 317 value = LLVMBuildLShr(ctx->ac.builder, value, LLVMConstInt(ctx->ac.i32, rshift, 0), ""); in unpack_llvm_param() 321 value = LLVMBuildAnd(ctx->ac.builder, value, LLVMConstInt(ctx->ac.i32, mask, 0), ""); in unpack_llvm_param() 599 LLVMBuildExtractElement(builder, param, LLVMConstInt(ctx->ac.i32, j, 0), ""); in si_build_wrapper_function() 623 count = LLVMBuildAnd(builder, count, LLVMConstInt(ctx->ac.i32, 0x7f, 0), ""); in si_build_wrapper_function()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 99 ctx->i8_0 = LLVMConstInt(ctx->i8, 0, false); in ac_llvm_context_init() 100 ctx->i8_1 = LLVMConstInt(ctx->i8, 1, false); in ac_llvm_context_init() 101 ctx->i16_0 = LLVMConstInt(ctx->i16, 0, false); in ac_llvm_context_init() 102 ctx->i16_1 = LLVMConstInt(ctx->i16, 1, false); in ac_llvm_context_init() 103 ctx->i32_0 = LLVMConstInt(ctx->i32, 0, false); in ac_llvm_context_init() 104 ctx->i32_1 = LLVMConstInt(ctx->i32, 1, false); in ac_llvm_context_init() 105 ctx->i64_0 = LLVMConstInt(ctx->i64, 0, false); in ac_llvm_context_init() 106 ctx->i64_1 = LLVMConstInt(ctx->i64, 1, false); in ac_llvm_context_init() 107 ctx->i128_0 = LLVMConstInt(ctx->i128, 0, false); in ac_llvm_context_init() 108 ctx->i128_1 = LLVMConstInt(ctx->i128, 1, false); in ac_llvm_context_init() [all …]
|
D | ac_nir_to_llvm.c | 115 LLVMValueRef masks[] = {LLVMConstInt(ctx->ac.i32, src.swizzle[0], false), in get_alu_src() 116 LLVMConstInt(ctx->ac.i32, src.swizzle[1], false), in get_alu_src() 117 LLVMConstInt(ctx->ac.i32, src.swizzle[2], false), in get_alu_src() 118 LLVMConstInt(ctx->ac.i32, src.swizzle[3], false)}; in get_alu_src() 196 LLVMConstInt(ctx->i32, i, 0), ""); in emit_intrin_1f_param_scalar() 340 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16() 359 LLVMBuildBitCast(ctx->builder, LLVMConstInt(ctx->i32, 0x38800000, false), ctx->f32, ""), in emit_f2f16() 376 dst64 = LLVMBuildLShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_umul_high() 389 dst64 = LLVMBuildAShr(ctx->builder, dst64, LLVMConstInt(ctx->i64, 32, false), ""); in emit_imul_high() 430 LLVMValueRef const16 = LLVMConstInt(ctx->i32, 16, false); in emit_unpack_half_2x16() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 146 return LLVMConstInt(ctx->ac.i32, input_patch_size, false); in get_tcs_in_patch_stride() 158 return LLVMConstInt(ctx->ac.i32, output_patch_size, false); in get_tcs_out_patch_stride() 167 return LLVMConstInt(ctx->ac.i32, output_vertex_size, false); in get_tcs_out_vertex_stride() 181 return LLVMConstInt(ctx->ac.i32, output_patch0_offset, false); in get_tcs_out_patch0_offset() 200 return LLVMConstInt(ctx->ac.i32, output_patch0_offset, false); in get_tcs_out_patch0_patch_data_offset() 269 LLVMConstInt(ctx->ac.i32, i, false)); in load_descriptor_sets() 366 stride = LLVMConstInt(ctx->ac.i32, 16, false); in radv_load_resource() 368 stride = LLVMConstInt(ctx->ac.i32, layout->binding[binding].size, false); in radv_load_resource() 370 offset = LLVMConstInt(ctx->ac.i32, base_offset, false); in radv_load_resource() 414 return LLVMConstInt(ctx->ac.i32, pervertex_output_patch_size * num_patches, false); in get_non_vertex_index_offset() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 239 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0); in lp_build_zero() 260 elems[0] = LLVMConstInt(elem_type, _mesa_float_to_half(1.0f), 0); in lp_build_one() 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0); in lp_build_one() 266 elems[0] = LLVMConstInt(elem_type, 1, 0); in lp_build_one() 268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0); in lp_build_one() 307 elem = LLVMConstInt(elem_type, _mesa_float_to_half((float)val), 0); in lp_build_const_elem() 314 elem = LLVMConstInt(elem_type, (long long) round(val*dscale), 0); in lp_build_const_elem() 352 elems[i] = LLVMConstInt(elem_type, val, type.sign ? 1 : 0); in lp_build_const_int_vec() 408 masks[j + i] = LLVMConstInt(elem_type, in lp_build_const_mask_aos()
|
D | lp_bld_const.h | 126 return LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), i, 0); in lp_build_const_int32() 132 return LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), i, 0); in lp_build_const_int64() 151 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0); in lp_build_const_int_pointer()
|
D | lp_bld_swizzle.c | 183 shuffles[j + i] = LLVMConstInt(elem_type, j + channel, 0); in lp_build_swizzle_scalar_aos() 416 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 420 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 427 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0); in lp_build_swizzle_aos() 777 shuffles[i] = LLVMConstInt(i32t, i * 4 + channel, 0); in lp_build_pack_aos_scalars() 812 shuffles[i*4] = LLVMConstInt(i32t, i, 0); in lp_build_unpack_broadcast_aos_scalars() 813 shuffles[i*4+1] = LLVMConstInt(i32t, i, 0); in lp_build_unpack_broadcast_aos_scalars() 814 shuffles[i*4+2] = LLVMConstInt(i32t, i, 0); in lp_build_unpack_broadcast_aos_scalars() 815 shuffles[i*4+3] = LLVMConstInt(i32t, i, 0); in lp_build_unpack_broadcast_aos_scalars()
|
D | lp_bld_coro.c | 94 coro_end_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), 0, 0); in lp_build_coro_end() 129 coro_susp_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), last, 0); in lp_build_coro_suspend() 211 …LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0), sus_info->clean… in lp_build_coro_suspend_switch() 213 … LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
|
D | lp_bld_gather.c | 146 LLVMConstInt(dst_elem_type, dst_width - src_width, 0), ""); in lp_build_gather_elem() 240 LLVMConstInt(dst_elem_type, in lp_build_gather_elem_vec() 322 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() 332 LLVMValueRef alignment = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() 373 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2()
|
D | lp_bld_format_s3tc.c | 1200 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in s3tc_update_cache_access() 1797 elems[i+0] = LLVMConstInt(type16s, 1 << (13-0), 0); in s3tc_decode_block_dxt5() 1798 elems[i+1] = LLVMConstInt(type16s, 1 << (13-6), 0); in s3tc_decode_block_dxt5() 1799 elems[i+2] = LLVMConstInt(type16s, 1 << (13-4), 0); in s3tc_decode_block_dxt5() 1800 elems[i+3] = LLVMConstInt(type16s, 1 << (13-2), 0); in s3tc_decode_block_dxt5() 1804 elems[i+0] = LLVMConstInt(type16s, 1 << (13-3), 0); in s3tc_decode_block_dxt5() 1805 elems[i+1] = LLVMConstInt(type16s, 1 << (13-9), 0); in s3tc_decode_block_dxt5() 1806 elems[i+2] = LLVMConstInt(type16s, 1 << (13-7), 0); in s3tc_decode_block_dxt5() 1807 elems[i+3] = LLVMConstInt(type16s, 1 << (13-5), 0); in s3tc_decode_block_dxt5() 1830 elems[0] = LLVMConstInt(type16s, 256, 0); in s3tc_decode_block_dxt5() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 73 …lp_build_printf(gallivm, "print 5 6: %d %d\n", LLVMConstInt(LLVMInt32TypeInContext(gallivm->contex… in add_printf_test() 74 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 6, 0)); in add_printf_test() 77 …lp_build_assert(gallivm, LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 1, 0), "assert(1)"… in add_printf_test()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | metadata.c | 19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_add_named_metadata_operand() 31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_set_metadata()
|
D | debuginfo.c | 138 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false), in llvm_test_dibuilder() 144 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false), in llvm_test_dibuilder() 150 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false), in llvm_test_dibuilder() 166 LLVMValueRef FooVal1 = LLVMConstInt(LLVMInt64Type(), 0, false); in llvm_test_dibuilder()
|
/external/llvm/tools/llvm-c-test/ |
D | metadata.c | 19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_add_named_metadata_operand() 31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_set_metadata()
|
D | calc.c | 96 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1); in build_from_tokens()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 410 LLVMConstInt(fJIT.fInt32Type, in getLValue() 415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue() 422 LLVMConstInt(fJIT.fInt32Type, in getLValue() 433 LLVMConstInt( in getLValue() 439 LLVMConstInt(fJIT.fInt32Type, in getLValue() 446 LLVMConstInt(fJIT.fInt32Type, in getLValue() 490 LLVMConstInt(fInt32Type, i, false), in vectorize() 705 LLVMValueRef incomingValues[2] = { right, LLVMConstInt(fInt1Type, 0, false) }; in compileBinary() 723 LLVMValueRef incomingValues[2] = { right, LLVMConstInt(fInt1Type, 1, false) }; in compileBinary() 745 LLVMValueRef one = LLVMConstInt(this->getType(p.fType), 1, false); in compilePostfix() [all …]
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 177 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildSimpleFunction() 203 LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt32Type(), 5, 0), in buildFunctionThatUsesStackmap() 204 LLVMConstInt(LLVMInt32Type(), 42, 0) in buildFunctionThatUsesStackmap() 207 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildFunctionThatUsesStackmap() 222 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildModuleWithCodeAndData() 353 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0)); in TEST_F()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 177 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildSimpleFunction() 203 LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt32Type(), 5, 0), in buildFunctionThatUsesStackmap() 204 LLVMConstInt(LLVMInt32Type(), 42, 0) in buildFunctionThatUsesStackmap() 207 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildFunctionThatUsesStackmap() 222 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildModuleWithCodeAndData() 352 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0)); in TEST_F()
|