Home
last modified time | relevance | path

Searched refs:Log2_32_Ceil (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h222 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
662 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType()
692 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
/external/llvm/lib/Support/
DSmallPtrSet.cpp28 CurArraySize = NumElements > 16 ? 1 << (Log2_32_Ceil(NumElements) + 1) : 32; in shrink_and_clear()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp197 uint64_t NumBits = Log2_32_Ceil(VE.getTypes().size()+1); in WriteTypeTable()
461 Log2_32_Ceil(MaxGlobalType+1))); in WriteModuleInfo()
470 Log2_32_Ceil(MaxEncAlignment+1))); in WriteModuleInfo()
476 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()
777 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in WriteConstants()
1569 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1589 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
1642 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp361 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction()
381 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitPrintInstruction()
442 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
/external/llvm/include/llvm/Support/
DMathExtras.h338 inline unsigned Log2_32_Ceil(uint32_t Value) { in Log2_32_Ceil() function
/external/llvm/include/llvm/ADT/
DDenseMap.h622 NewNumBuckets = std::max(64, 1 << (Log2_32_Ceil(OldNumEntries) + 1)); in shrink_and_clear()
886 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1959 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
DSelectionDAG.cpp2863 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
DSelectionDAGBuilder.cpp2641 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()