Searched refs:bit_width (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp141 unsigned Nibbles = (llvm::bit_width(N) + 3) / 4;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp651 uint64_t MinBW = llvm::bit_width(LeaderDemandedBits);
689 uint64_t BW = bit_width(DB.getDemandedBits(&U).getZExtValue());
H A DValueTracking.cpp923 if ((unsigned)llvm::bit_width(AttrMin) > BitWidth)
928 if (!AttrMax || (unsigned)llvm::bit_width(*AttrMax) > BitWidth)
1466 unsigned LowBits = llvm::bit_width(PossibleLZ);
1477 unsigned LowBits = llvm::bit_width(PossibleTZ);
1486 unsigned LowBits = llvm::bit_width(BitsPossiblySet);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h88 int Shift = llvm::bit_width(Digits) - Width;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp537 unsigned LowBits = llvm::bit_width(BitsPossiblySet);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3358 u32 bit_width,
3371 if (bit_width)
3403 if (bit_width)
3404 offset += ecore_dump_num_param(dump_buf + offset, dump, "width", bit_width);
3437 u32 bit_width,
3445 offset += ecore_grc_dump_mem_hdr(p_hwfn, dump_buf + offset, dump, name, addr, len, bit_width, packed, mem_group, is_storm, storm_letter);
3352 ecore_grc_dump_mem_hdr(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump, const char *name, u32 addr, u32 len, u32 bit_width, bool packed, const char *mem_group, bool is_storm, char storm_letter) argument
3429 ecore_grc_dump_mem(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, const char *name, u32 addr, u32 len, bool wide_bus, u32 bit_width, bool packed, const char *mem_group, bool is_storm, char storm_letter) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7275 clang::Expr *bit_width = nullptr; local
7279 bit_width = new (clang_ast)
7290 if (bit_width)
7291 field->setBitWidth(bit_width);
7338 if (bit_width)
7339 ivar->setBitWidth(bit_width);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp753 int32_t width = llvm::bit_width(v) - lsb;
/freebsd-current/lib/libc++/
H A DMakefile547 BIT_HEADERS+= bit_width.h
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp182 return llvm::bit_width(TotalSize);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3540 unsigned LowBits = llvm::bit_width(PossibleTZ);
3549 unsigned LowBits = llvm::bit_width(PossibleLZ);
3557 Known.Zero.setBitsFrom(llvm::bit_width(PossibleOnes));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2234 ShAmt = LHS.getValueSizeInBits() - llvm::bit_width(Mask);
16338 unsigned LowBits = llvm::bit_width(PossibleTZ);
16345 unsigned LowBits = llvm::bit_width(PossibleLZ);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2873 unsigned BitWidth = llvm::bit_width((uint64_t)ImmValue);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4290 B.buildAssertZExt(DstReg, TmpReg, llvm::bit_width(MaxID));
H A DSIISelLowering.cpp7954 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), llvm::bit_width(MaxID));
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4075 unsigned bit_width = Context.getTypeInfo(Ty).Width; local
4077 llvm::APInt Val(bit_width, 0, isSigned);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14909 unsigned Width = llvm::bit_width<unsigned>(~InvMask) - LSB;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp[all...]

Completed in 1083 milliseconds

12