Home
last modified time | relevance | path

Searched refs:NextPowerOf2 (Results 1 – 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DLoopIterator.h57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS()
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DDenseMap.h567 init(NextPowerOf2(std::distance(I, E))); in DenseMap()
622 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()
731 init(NextPowerOf2(std::distance(I, E))); in SmallDenseMap()
849 AtLeast = std::max<unsigned>(64, NextPowerOf2(AtLeast-1)); in grow()
DSmallVector.h272 size_t NewCapacity = size_t(NextPowerOf2(CurCapacity+2)); in grow()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DAllocator.h239 return Allocator.Allocate(Size, std::min((size_t)llvm::NextPowerOf2(Size),
DMathExtras.h546 inline uint64_t NextPowerOf2(uint64_t A) { in NextPowerOf2() function
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCModuleYAML.cpp58 : InstEnumValueByName(NextPowerOf2(MII.getNumOpcodes())), in InstrRegInfoHolder()
59 RegEnumValueByName(NextPowerOf2(MRI.getNumRegs())), MII(MII), MRI(MRI) { in InstrRegInfoHolder()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h1529 NumElts = (unsigned)NextPowerOf2(NumElts); in getTypeConversion()
1577 NumElts = (unsigned)NextPowerOf2(NumElts); in getTypeConversion()
/freebsd-10-stable/contrib/llvm/lib/IR/
DDataLayout.cpp398 Align = NextPowerOf2(Align); in getAlignmentInfo()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp874 NewVTSize = NextPowerOf2(NewVTSize); in getVectorTypeBreakdownMVT()
1169 NewVTSize = NextPowerOf2(NewVTSize); in getVectorTypeBreakdown()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp352 llvm::NextPowerOf2(StorageBits % LongBits - 1); in LayoutBitfields()
DCGExprScalar.cpp929 llvm::NextPowerOf2(LHSElts-1)-1); in VisitShuffleVectorExpr()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp551 ScalarSize = NextPowerOf2(ScalarSize); in ExpandStore()
DTargetLowering.cpp340 SmallVTBits = NextPowerOf2(SmallVTBits); in ShrinkDemandedOp()
341 for (; SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { in ShrinkDemandedOp()
DDAGCombiner.cpp8327 unsigned NewBW = NextPowerOf2(MSB - ShAmt); in ReduceLoadOpStoreWidth()
8332 NewBW = NextPowerOf2(NewBW); in ReduceLoadOpStoreWidth()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp326 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1512 STDefs = NextPowerOf2(STDefs) - 1; in handleSpecialFP()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGVN.cpp1165 NewLoadSize = NextPowerOf2(NewLoadSize); in GetLoadValueForLoad()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1131 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()
/freebsd-10-stable/contrib/llvm/lib/Support/
DAPFloat.cpp1830 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp1480 Align = llvm::NextPowerOf2(Align); in getTypeInfoImpl()
1713 Width = llvm::NextPowerOf2(Width); in getTypeInfoImpl()