Searched refs:CountTrailingOnes_64 (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h415 /// CountTrailingOnes_64 - This function performs the operation
419 inline unsigned CountTrailingOnes_64(uint64_t Value) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h249 uint32_t cto = CountTrailingOnes_64(eltVal);
/external/llvm/include/llvm/ADT/
H A DAPInt.h1380 return CountTrailingOnes_64(VAL);
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp241 return (countLeadingZeros(Chunk) + CountTrailingOnes_64(Chunk)) == 64;
H A DAArch64ISelDAGToDAG.cpp1371 : CountTrailingOnes_64(And_imm)) -
1812 MaskWidth = CountTrailingOnes_64(NonZeroBits >> ShiftAmount);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3297 uint64_t NumBits = CountTrailingOnes_64(MaskVal);
3361 NumBits = CountTrailingOnes_64(MaskVal) - ShiftAmt;
3364 unsigned NumOnes = CountTrailingOnes_64(MaskVal >> NumZeros);
/external/llvm/lib/Support/
H A DAPInt.cpp755 Count += CountTrailingOnes_64(pVal[i]);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1171 MB = 64 - CountTrailingOnes_64(Imm64);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp912 if (CountTrailingOnes_64(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1953 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT),
H A DDAGCombiner.cpp8659 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)

Completed in 222 milliseconds