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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h298 /// CountTrailingOnes_64 - This function performs the operation
302 inline unsigned CountTrailingOnes_64(uint64_t Value) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp993 Num1s = CountTrailingOnes_64(ReplicatedOnes);
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1263 return CountTrailingOnes_64(VAL);
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1148 MB = 64 - CountTrailingOnes_64(Imm64);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp754 Count += CountTrailingOnes_64(pVal[i]);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp901 if (CountTrailingOnes_64(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1823 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT),
H A DDAGCombiner.cpp7510 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)

Completed in 233 milliseconds