/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 139 op = LLVMIntNE; in lp_build_compare_ext() 514 return LLVMBuildICmp(builder, LLVMIntNE, in lp_build_any_true_range()
|
D | lp_bld_nir_soa.c | 796 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_load_global() 860 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_store_global() 896 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_atomic_global() 1055 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_load_mem() 1138 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_store_mem() 1199 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_atomic_mem() 1780 …LLVMValueRef outer_cond = LLVMBuildICmp(builder, LLVMIntNE, exec_mask, bld_base->uint_bld.zero, ""… in emit_vote() 1896 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_load_scratch() 1965 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in emit_store_scratch()
|
D | lp_bld_flow.c | 298 lp_build_loop_end_cond(state, end, step, LLVMIntNE); in lp_build_loop_end()
|
D | lp_bld_ir_common.c | 319 LLVMIntNE, in lp_exec_endloop()
|
D | lp_bld_format_soa.c | 1083 …should_store_mask = LLVMBuildICmp(gallivm->builder, LLVMIntNE, should_store_mask, lp_build_const_i… in lp_build_store_rgba_soa()
|
D | lp_bld_tgsi_soa.c | 3531 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in load_emit() 3655 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in store_emit() 3852 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, exec_mask, uint_bld->zero, ""); in atomic_emit()
|
D | lp_bld_format_s3tc.c | 2116 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addrx, ""); in compressed_fetch_cached() 2143 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addr, ""); in compressed_fetch_cached()
|
D | lp_bld_sample_soa.c | 4083 …cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, should_store_mask, lp_build_const_int_vec(galliv… in lp_build_do_atomic_soa()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 452 LLVMValueRef args[3] = {value, ctx->i32_0, LLVMConstInt(ctx->i32, LLVMIntNE, 0)}; in ac_build_ballot() 481 LLVMConstInt(ctx->i32, LLVMIntNE, 0), in ac_get_i1_sgpr_mask() 499 return LLVMBuildICmp(ctx->builder, LLVMIntNE, vote_set, LLVMConstInt(ctx->iN_wavemask, 0, 0), in ac_build_vote_any() 1400 tmp = LLVMBuildICmp(ctx->builder, LLVMIntNE, src, ctx->i32_0, ""); in ac_ufN_to_float() 3294 tmp = LLVMBuildICmp(ac->builder, LLVMIntNE, tmp, ac->i32_0, ""); in ac_apply_fmask_to_sample() 3893 active = LLVMBuildICmp(ctx->builder, LLVMIntNE, in ac_build_scan() 3898 active = LLVMBuildICmp(ctx->builder, LLVMIntNE, in ac_build_scan() 3904 active = LLVMBuildICmp(ctx->builder, LLVMIntNE, in ac_build_scan() 3910 active = LLVMBuildICmp(ctx->builder, LLVMIntNE, in ac_build_scan() 3916 active = LLVMBuildICmp(ctx->builder, LLVMIntNE, in ac_build_scan() [all …]
|
D | ac_nir_to_llvm.c | 325 return LLVMBuildICmp(ctx->builder, LLVMIntNE, src0, zero, ""); in emit_i2b() 543 LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, cc, ctx->ac.i32_0, "uniform_active2"); in exit_waterfall() 704 result = emit_int_cmp(&ctx->ac, LLVMIntNE, src[0], src[1]); in visit_alu()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 53 LLVMValueRef sel_y1 = LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, vertex_id, ctx->ac.i32_1, ""); in load_input_vs() 831 LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, in si_llvm_build_vs_prolog()
|
D | si_compute_prim_discard.c | 513 LLVMValueRef not_reset = LLVMBuildICmp(builder, LLVMIntNE, index[i], in si_build_prim_discard_compute_shader() 573 LLVMBuildICmp(builder, LLVMIntNE, last_strip_start, ctx->ac.i32_0, ""); in si_build_prim_discard_compute_shader()
|
D | si_shader_llvm_ps.c | 183 is_face_positive = LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, face, ctx->ac.i32_0, ""); in interp_fs_color()
|
D | gfx10_shader_ngg.c | 941 LLVMBuildICmp(builder, LLVMIntNE, es_accepted_flag, ctx->ac.i8_0, ""); in gfx10_emit_ngg_culling_epilogue() 1802 LLVMBuildICmp(builder, LLVMIntNE, vertlive_scan.result_reduce, ctx->ac.i32_0, ""); in gfx10_ngg_gs_emit_epilogue()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1804 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(ga… in draw_gs_llvm_emit_vertex() 1844 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(ga… in draw_gs_llvm_end_primitive() 2053 have_elts = LLVMBuildICmp(builder, LLVMIntNE, in draw_llvm_generate() 3249 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(ga… in draw_tcs_llvm_emit_store_output() 3266 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(ga… in draw_tcs_llvm_emit_store_output()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 1009 front_facing = LLVMBuildICmp(builder, LLVMIntNE, face, zero, ""); in lp_build_depth_stencil_test()
|
D | lp_state_cs.c | 322 …LLVMValueRef has_partials = LLVMBuildICmp(gallivm->builder, LLVMIntNE, partials, lp_build_const_in… in generate_compute()
|
D | lp_state_fs.c | 1105 …LLVMValueRef cmp = LLVMBuildICmp(builder, LLVMIntNE, smask_bit, lp_build_const_int_vec(gallivm, in… in generate_fs_loop() 3181 …LLVMValueRef cmp = LLVMBuildICmp(builder, LLVMIntNE, smask_bit, lp_build_const_int32(gallivm, 0), … in generate_fragment()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 284 LLVMIntNE, /**< not equal */ enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 286 LLVMIntNE, /**< not equal */ enumerator
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 304 IntNE IntPredicate = C.LLVMIntNE
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 3077 LLVMBuildICmp(builder, LLVMIntNE, vertlive_scan.result_reduce, ctx->ac.i32_0, ""); in gfx10_ngg_gs_emit_epilogue_2()
|