Searched refs:PowerOf2Floor (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h579 inline uint64_t PowerOf2Floor(uint64_t A) { function in namespace:llvm
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp674 unsigned EmissionSize = PowerOf2Floor(Remaining);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5374 unsigned UF = PowerOf2Floor((TargetNumRegisters - R.LoopInvariantRegs) /
5379 UF = PowerOf2Floor((TargetNumRegisters - R.LoopInvariantRegs - 1) /
5426 unsigned SmallUF = std::min(UF, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost));

Completed in 308 milliseconds