OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActiveBits
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp
28
MinBits = Value.
getActiveBits
();
38
MinBits = Value.
getActiveBits
() + !IsUnsigned;
/src/external/apache2/llvm/dist/llvm/lib/Support/
APSInt.cpp
34
unsigned ActiveBits = Tmp.
getActiveBits
();
APInt.cpp
805
if (isSingleWord() ||
getActiveBits
() <= APINT_BITS_PER_WORD) {
820
unsigned n = Tmp.
getActiveBits
();
1101
unsigned magnitude =
getActiveBits
();
1610
unsigned lhsWords = getNumWords(
getActiveBits
());
1611
unsigned rhsBits = RHS.
getActiveBits
();
1646
unsigned lhsWords = getNumWords(
getActiveBits
());
1701
unsigned lhsWords = getNumWords(
getActiveBits
());
1704
unsigned rhsBits = RHS.
getActiveBits
();
1738
unsigned lhsWords = getNumWords(
getActiveBits
());
1801
unsigned lhsWords = getNumWords(LHS.
getActiveBits
());
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
457
return
getActiveBits
() <= N;
1164
return (isSingleWord() ||
getActiveBits
() <= 64) && getZExtValue() == Val;
1215
return (isSingleWord() ||
getActiveBits
() <= 64) && getZExtValue() < RHS;
1285
return (!isSingleWord() &&
getActiveBits
() > 64) || getZExtValue() > RHS;
1605
unsigned
getActiveBits
() const { return BitWidth - countLeadingZeros(); }
1612
unsigned numActiveBits =
getActiveBits
();
1620
/// function returns the same value as
getActiveBits
()+1. Otherwise, it
1634
assert(
getActiveBits
() <= 64 && "Too many bits for uint64_t");
1818
unsigned logBase2() const { return
getActiveBits
() - 1; }
1824
return temp.
getActiveBits
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
Target.cpp
98
if (!IsGPR32 && Value.
getActiveBits
() == 32) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
270
unsigned
getActiveBits
() const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp
126
if (SimplifiedAddrOp->getValue().
getActiveBits
() > 64)
DemandedBits.cpp
204
AB = APInt::getLowBitsSet(BitWidth, AOut.
getActiveBits
());
BranchProbabilityInfo.cpp
338
assert(Weight->getValue().
getActiveBits
() <= 32 &&
MemoryBuiltins.cpp
657
if (I.getBitWidth() > IntTyBits && I.
getActiveBits
() > IntTyBits)
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
421
unsigned ConstantRange::
getActiveBits
() const {
425
return getUnsignedMax().
getActiveBits
();
741
if (Upper.
getActiveBits
() > DstTySize ||
755
if (LowerDiv.
getActiveBits
() > DstTySize) {
762
unsigned UpperDivWidth = UpperDiv.
getActiveBits
();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
693
if (Imm.
getActiveBits
() > 16)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp
576
if (!(VTableGVOffset.
getActiveBits
() <= 64))
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
PredicateExpander.cpp
455
for (unsigned I = 0, E = ProcModelMask.
getActiveBits
(); I < E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp
464
return Start->getAPInt().
getActiveBits
() < RangeCheckTypeBitSize &&
465
Limit->getAPInt().
getActiveBits
() < RangeCheckTypeBitSize;
CorrelatedValuePropagation.cpp
740
MaxActiveBits = std::max(CR.
getActiveBits
(), MaxActiveBits);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
322
if (match(RHS, m_APInt(C)) && CTZ >= C->
getActiveBits
())
431
if (DemandedMask.
getActiveBits
() > SrcBitWidth)
441
DemandedMask.
getActiveBits
() <= SrcBitWidth) {
InstCombineLoadStoreAlloca.cpp
184
if (C->getValue().
getActiveBits
() <= 64) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp
442
if (DisplacementC.
getActiveBits
() > 64)
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp
982
uint32_t activeBits = Tmp.
getActiveBits
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
1175
if (CI && CI->getValue().
getActiveBits
() <= 64) {
1179
if (CIInit && CIInit->getValue().
getActiveBits
() <= 64) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp
931
const unsigned ActiveBits = DemandedElts.
getActiveBits
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
580
unsigned DemandedSize = Demanded.
getActiveBits
();
797
if (DemandedBits.
getActiveBits
() <= ExBits)
815
DemandedBits.
getActiveBits
() <= SrcVT.getScalarSizeInBits()) {
1481
if (ShAmt < InnerBits && DemandedBits.
getActiveBits
() <= InnerBits &&
1505
DemandedBits.
getActiveBits
() <=
1531
if ((ShAmt < DemandedBits.
getActiveBits
()) &&
1827
if (DemandedBits.
getActiveBits
() <= ExVTBits)
1888
if (DemandedBits.
getActiveBits
() <= InBits) {
1926
if (DemandedBits.
getActiveBits
() <= InBits) {
3591
C1.
getActiveBits
();
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
153
return NumElements.
getActiveBits
() + llvm::Log2_64(ElementSize);
173
return TotalSize.
getActiveBits
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
1783
// If A is 0, then A.
getActiveBits
() is 0. This isn't a valid bitwidth. Make
1785
unsigned NumBits = (A == 0) ? 32 : A.
getActiveBits
();
2813
if (Token.integerValue().
getActiveBits
() > 64)
Completed in 48 milliseconds
1
2
Indexes created Thu Aug 06 00:25:04 UTC 2026