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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp524 Value *const Ctpop = B.CreateIntCast( local
526 NewV = B.CreateMul(V, Ctpop);
544 Value *const Ctpop = B.CreateIntCast( local
546 NewV = B.CreateMul(V, B.CreateAnd(Ctpop, 1));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp102 unsigned Ctpop = countPopulation(Units); local
104 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz);

Completed in 58 milliseconds