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.h176 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
603 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType()
633 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp164 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
175 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
184 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
200 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
209 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
413 Log2_32_Ceil(MaxGlobalType+1))); in WriteModuleInfo()
422 Log2_32_Ceil(MaxEncAlignment+1))); in WriteModuleInfo()
428 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()
693 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in WriteConstants()
1370 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
[all …]
/external/llvm/lib/Support/
DSmallPtrSet.cpp26 CurArraySize = NumElements > 16 ? 1 << (Log2_32_Ceil(NumElements) + 1) : 32; in shrink_and_clear()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp313 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction()
333 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitPrintInstruction()
394 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
/external/llvm/include/llvm/Support/
DMathExtras.h324 inline unsigned Log2_32_Ceil(uint32_t Value) { in Log2_32_Ceil() function
/external/llvm/include/llvm/ADT/
DDenseMap.h440 NumBuckets = NumEntries > 32 ? 1 << (Log2_32_Ceil(NumEntries) + 1) in shrink_and_clear()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1960 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
DSelectionDAG.cpp2757 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
DSelectionDAGBuilder.cpp2500 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()