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

/external/llvm/include/llvm/Support/
H A DMathExtras.h405 /// CountTrailingOnes_64 - This function performs the operation
409 inline unsigned CountTrailingOnes_64(uint64_t Value) { function in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DAPInt.h1378 return CountTrailingOnes_64(VAL);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp993 Num1s = CountTrailingOnes_64(ReplicatedOnes);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1122 MB = 64 - CountTrailingOnes_64(Imm64);
/external/llvm/lib/Support/
H A DAPInt.cpp754 Count += CountTrailingOnes_64(pVal[i]);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp903 if (CountTrailingOnes_64(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1834 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT),
H A DDAGCombiner.cpp7554 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)

Completed in 259 milliseconds