Searched refs:Log2_64 (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySetP2AlignOperands.cpp68 uint64_t P2Align = Log2_64((*MI.memoperands_begin())->getAlignment());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp106 : sbss[(Log2_64(AccessSize))];
130 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h591 inline unsigned Log2_64(uint64_t Value) { function
822 // Special case: if X or Y is 0, Log2_64 gives -1, and Log2Z
824 int Log2Z = Log2_64(X) + Log2_64(Y);
826 int Log2Max = Log2_64(Max);
H A DParallel.h125 llvm::Log2_64(std::distance(Start, End)) + 1);
H A DAlignment.h80 ShiftValue = Log2_64(Value);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp76 unsigned IterationNum = CopyLen >> Log2_64(Alignment);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp651 Imm = Log2_64(Imm);
1996 Imm = Log2_64(Imm);
2000 Imm = Log2_64(Imm);
H A DDAGCombiner.cpp6164 unsigned Bits = Log2_64(EltSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp750 MIRBuilder.buildPtrMask(DstPtr, ListTmp, Log2_64(Align));
H A DAArch64ISelLowering.cpp5015 DAG.getConstant(Log2_64(Mask), dl, MVT::i64),
5031 DAG.getConstant(Log2_64(Mask), dl, MVT::i64),
9500 unsigned shift = Log2_64(NumBytes);
H A DAArch64InstrInfo.cpp5315 unsigned Imm = Log2_64(Mask);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp554 O << Log2_64(MO.getImm());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1782 uint32_t Log2Align = llvm::Log2_64(std::max<elf_xword>(PHdr.p_align, 1));
1819 (header.sh_addralign == 0) ? 0 : llvm::Log2_64(header.sh_addralign);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4910 Pow2Alignment = Log2_64(Pow2Alignment);
5707 Info.AsmRewrites->emplace_back(AOK_Align, IDLoc, 5, Log2_64(IntValue));
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp763 assert(!AlignVal || (uint64_t)1 << llvm::Log2_64(AlignVal) == AlignVal);
766 llvm::ConstantInt::get(Int8Ty, AlignVal ? llvm::Log2_64(AlignVal) : 1),
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp151 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10306 Log2_64(NonZeros) != NumOperands - 1) {
10310 unsigned Idx = Log2_64(NonZeros);
10327 unsigned Idx = Log2_64(NonZeros);
[all...]

Completed in 467 milliseconds