Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DValueTypes.h286 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType()
324 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
DMachineValueType.h303 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp201 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
212 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
221 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
237 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
245 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteTypeTable()
450 Log2_32_Ceil(MaxGlobalType+1))); in WriteModuleInfo()
459 Log2_32_Ceil(MaxEncAlignment+1))); in WriteModuleInfo()
465 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()
730 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in WriteConstants()
1470 Log2_32_Ceil(VE.getTypes().size()+1))); in WriteBlockInfo()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h176 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
618 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType()
648 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
/external/swiftshader/third_party/LLVM/lib/Support/
DSmallPtrSet.cpp26 CurArraySize = NumElements > 16 ? 1 << (Log2_32_Ceil(NumElements) + 1) : 32; in shrink_and_clear()
/external/swiftshader/third_party/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/utils/TableGen/
DAsmWriterEmitter.cpp312 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction()
332 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitPrintInstruction()
417 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp229 << Log2_32_Ceil(ByteAlignment); in EmitCommonSymbol()
/external/llvm/lib/Support/
DSmallPtrSet.cpp29 CurArraySize = Size > 16 ? 1 << (Log2_32_Ceil(Size) + 1) : 32; in shrink_and_clear()
/external/swiftshader/third_party/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.h691 NewNumBuckets = std::max(64, 1 << (Log2_32_Ceil(OldNumEntries) + 1)); in shrink_and_clear()
952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h440 NumBuckets = NumEntries > 32 ? 1 << (Log2_32_Ceil(NumEntries) + 1) in shrink_and_clear()
/external/llvm/include/llvm/Support/
DMathExtras.h504 inline unsigned Log2_32_Ceil(uint32_t Value) {
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp160 assert(BitWidth >= Log2_32_Ceil(VT.getSizeInBits()) && in getScalarShiftAmountTy()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1131 Log2_32_Ceil(MaxGlobalType+1))); in writeModuleInfo()
1142 Log2_32_Ceil(MaxEncAlignment+1))); in writeModuleInfo()
1148 Log2_32_Ceil(SectionMap.size()+1))); in writeModuleInfo()
1988 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in writeConstants()
3109 Log2_32_Ceil(VE.getTypes().size() + 1))); in writeBlockInfo()
DValueEnumerator.cpp1004 return Log2_32_Ceil(getTypes().size() + 1); in computeBitsRequiredForTypeIndicies()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp613 return Log2_32_Ceil((TypeSize + 7) / 8); in TypeSizeToSizeIndex()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1962 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
DSelectionDAG.cpp2780 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
DSelectionDAGBuilder.cpp2578 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1406 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
DLegalizeIntegerTypes.cpp2365 Log2_32_Ceil(VT.getScalarType().getSizeInBits()) && in ExpandIntRes_Shift()
DSelectionDAG.cpp3583 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1334 unsigned NumValidShiftBits = Log2_32_Ceil(BitWidth); in SimplifyShift()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3136 int64_t BitSize = (int64_t)1 << Log2_32_Ceil(NumSignificantBits); in lowerCTPOP()

12