HomeSort by relevance Sort by last modified time
    Searched full:popcntintr (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 440 const char *popcntintr = "llvm.ctpop.i32"; local
445 count = lp_build_intrinsic_unary(builder, popcntintr,
451 const char *popcntintr = "llvm.ctpop.i32"; local
456 count = lp_build_intrinsic_unary(builder, popcntintr,
467 const char *popcntintr = NULL; local
488 popcntintr = "llvm.ctpop.i32";
491 popcntintr = "llvm.ctpop.i64";
494 popcntintr = "llvm.ctpop.i128";
499 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
    [all...]

Completed in 77 milliseconds