Home
last modified time | relevance | path

Searched refs:lp_build_popcount (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_bitarit.h75 lp_build_popcount(struct lp_build_context *bld, LLVMValueRef a);
Dlp_bld_bitarit.c245 lp_build_popcount(struct lp_build_context *bld, LLVMValueRef a) in lp_build_popcount() function
Dlp_bld_nir.c552 result = lp_build_popcount(get_int_bld(bld_base, false, src_bit_size[0]), src[0]); in do_alu_action()