Searched refs:popcntintr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c450 const char *popcntintr = "llvm.ctpop.i32"; local
455 count = lp_build_intrinsic_unary(builder, popcntintr,
460 const char *popcntintr = "llvm.ctpop.i32"; local
465 count = lp_build_intrinsic_unary(builder, popcntintr,
475 const char *popcntintr = NULL; local
496 popcntintr = "llvm.ctpop.i32";
499 popcntintr = "llvm.ctpop.i64";
502 popcntintr = "llvm.ctpop.i128";
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c450 const char *popcntintr = "llvm.ctpop.i32"; local
455 count = lp_build_intrinsic_unary(builder, popcntintr,
460 const char *popcntintr = "llvm.ctpop.i32"; local
465 count = lp_build_intrinsic_unary(builder, popcntintr,
475 const char *popcntintr = NULL; local
496 popcntintr = "llvm.ctpop.i32";
499 popcntintr = "llvm.ctpop.i64";
502 popcntintr = "llvm.ctpop.i128";
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);

Completed in 94 milliseconds