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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp525 Value *const Ctpop = B.CreateIntCast( local
527 NewV = B.CreateMul(V, Ctpop);
545 Value *const Ctpop = B.CreateIntCast( local
547 NewV = B.CreateMul(V, B.CreateAnd(Ctpop, 1));
/freebsd-12-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 111 milliseconds