/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 162 return Zero.countTrailingOnes(); in countMinTrailingZeros() 167 return One.countTrailingOnes(); in countMinTrailingOnes()
|
D | MathExtras.h | 514 unsigned countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMUnwindOpAsm.cpp | 77 uint32_t Range = countTrailingOnes(Mask >> 5); // Exclude r4. in EmitRegSave()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 254 return countTrailingOnes(Bits); in find_first_unset() 298 return countTrailingOnes(Bits); in find_next_unset()
|
D | BitVector.h | 289 unsigned Result = i * BITWORD_SIZE + countTrailingOnes(Copy); in find_first_unset_in() 853 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()
|
D | APInt.h | 1703 unsigned countTrailingOnes() const { in countTrailingOnes() function 1705 return llvm::countTrailingOnes(U.VAL); in countTrailingOnes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 181 uint32_t T = M.countTrailingOnes(); in INITIALIZE_PASS_DEPENDENCY()
|
D | HexagonISelDAGToDAG.cpp | 1127 uint32_t M1 = countTrailingOnes(Mask >> TZ); in ppAddrRewriteAndSrl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 241 CTO = countTrailingOnes(Imm >> I); in processLogicalImmediate() 249 CTO = CLO + countTrailingOnes(Imm) - (64 - Size); in processLogicalImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 998 unsigned N = countTrailingOnes(STReturns); in handleCall() 1570 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP() 1577 unsigned NumSTDefs = countTrailingOnes(STDefs); in handleSpecialFP() 1587 unsigned NumSTPopped = countTrailingOnes(STPopped); in handleSpecialFP()
|
D | X86ISelDAGToDAG.cpp | 445 if (Val.countTrailingOnes() >= Width) in isUnneededShiftMask() 449 return Mask.countTrailingOnes() >= Width; in isUnneededShiftMask() 1788 if (countTrailingOnes(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true; in foldMaskAndShiftToScale()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIModeRegister.cpp | 196 unsigned Width = countTrailingOnes<unsigned>(InstrMode.Mask >> Offset); in insertSetreg()
|
D | SIShrinkInstructions.cpp | 333 NewImm = countTrailingOnes(Imm); in shrinkScalarLogicOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 243 unsigned TrailingOnes = MaskSCEV->getAPInt().countTrailingOnes(); in extractAlignmentInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1385 unsigned countTrailingOnes() const { in countTrailingOnes() function 1387 return llvm::countTrailingOnes(VAL); in countTrailingOnes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 452 std::size_t countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1648 MSB = SrlImm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(AndImm) in isBitfieldExtractOpFromAnd() 1649 : countTrailingOnes<uint64_t>(AndImm)) - in isBitfieldExtractOpFromAnd() 2235 MaskWidth = countTrailingOnes(NonZeroBits >> ShiftAmount); in isBitfieldPositioningOp() 2304 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() 2638 if (countTrailingOnes(MaskImm) < Bits) in tryShiftAmountMod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 264 return countTrailingOnes<uint64_t>(Imm) >= 6; 265 return countTrailingOnes<uint64_t>(Imm) >= 5;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 3409 uint64_t NumBits = countTrailingOnes(MaskVal); in tryBFE() 3473 NumBits = countTrailingOnes(MaskVal) - ShiftAmt; in tryBFE() 3476 unsigned NumOnes = countTrailingOnes(MaskVal >> NumZeros); in tryBFE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 721 Upper.countTrailingOnes() == DstTySize) in truncate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 706 Count += llvm::countTrailingOnes(pVal[i]); in countTrailingOnesSlowCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4730 unsigned MaskBits = AndMask.countTrailingOnes(); in visitANDLike() 4773 unsigned ActiveBits = AndC->getAPIntValue().countTrailingOnes(); in isAndLoadExtLoad() 4925 unsigned ActiveBits = Mask->getAPIntValue().countTrailingOnes(); in SearchForAndLoads() 6159 ((NegC->getAPIntValue() | Known.Zero).countTrailingOnes() >= Bits)) { in matchRotateSub() 6180 ((PosC->getAPIntValue() | Known.Zero).countTrailingOnes() >= in matchRotateSub() 10404 ActiveBits = Mask.countTrailingOnes(); in ReduceLoadWidth() 10408 ActiveBits = ShiftedMask.countTrailingOnes(); in ReduceLoadWidth() 10456 ShiftMask.countTrailingOnes()); in ReduceLoadWidth() 14992 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) in CheckForMaskedLoad()
|
D | SelectionDAG.cpp | 183 if (CN->getAPIntValue().countTrailingOnes() < EltSize) in isBuildVectorAllOnes() 186 if (CFPN->getValueAPF().bitcastToAPInt().countTrailingOnes() < EltSize) in isBuildVectorAllOnes() 2392 SplatIdx = (UndefElts & DemandedElts).countTrailingOnes(); in getSplatSourceVector() 8859 return C && (C->getAPIntValue().countTrailingOnes() >= NumBits); in isBitwiseNot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 410 unsigned TrailBitsKnown0 = (Known.Zero | Known.One).countTrailingOnes(); in computeKnownBitsMul() 411 unsigned TrailBitsKnown1 = (Known2.Zero | Known2.One).countTrailingOnes(); in computeKnownBitsMul()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 644 Count += llvm::countTrailingOnes(U.pVal[i]); in countTrailingOnesSlowCase()
|