/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 286 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth)); in getRoundIntegerType() 324 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
|
D | MachineValueType.h | 303 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 201 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/ |
D | ValueTypes.h | 176 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/ |
D | SmallPtrSet.cpp | 26 CurArraySize = NumElements > 16 ? 1 << (Log2_32_Ceil(NumElements) + 1) : 32; in shrink_and_clear()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 313 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/ |
D | AsmWriterEmitter.cpp | 312 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/ |
D | WinCOFFStreamer.cpp | 229 << Log2_32_Ceil(ByteAlignment); in EmitCommonSymbol()
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 29 CurArraySize = Size > 16 ? 1 << (Log2_32_Ceil(Size) + 1) : 32; in shrink_and_clear()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MathExtras.h | 324 inline unsigned Log2_32_Ceil(uint32_t Value) { in Log2_32_Ceil() function
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 691 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/ |
D | DenseMap.h | 440 NumBuckets = NumEntries > 32 ? 1 << (Log2_32_Ceil(NumEntries) + 1) in shrink_and_clear()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 504 inline unsigned Log2_32_Ceil(uint32_t Value) {
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 160 assert(BitWidth >= Log2_32_Ceil(VT.getSizeInBits()) && in getScalarShiftAmountTy()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1131 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()
|
D | ValueEnumerator.cpp | 1004 return Log2_32_Ceil(getTypes().size() + 1); in computeBitsRequiredForTypeIndicies()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 613 return Log2_32_Ceil((TypeSize + 7) / 8); in TypeSizeToSizeIndex()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1962 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
|
D | SelectionDAG.cpp | 2780 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
|
D | SelectionDAGBuilder.cpp | 2578 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1406 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
|
D | LegalizeIntegerTypes.cpp | 2365 Log2_32_Ceil(VT.getScalarType().getSizeInBits()) && in ExpandIntRes_Shift()
|
D | SelectionDAG.cpp | 3583 Log2_32_Ceil(N1.getValueType().getSizeInBits()) && in getNode()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1334 unsigned NumValidShiftBits = Log2_32_Ceil(BitWidth); in SimplifyShift()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3136 int64_t BitSize = (int64_t)1 << Log2_32_Ceil(NumSignificantBits); in lowerCTPOP()
|