Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DMathExtras.h410 inline unsigned CountTrailingOnes_64(uint64_t Value) { in CountTrailingOnes_64() function
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp993 Num1s = CountTrailingOnes_64(ReplicatedOnes); in isLogicalImm()
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h1384 return CountTrailingOnes_64(VAL); in countTrailingOnes()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1124 MB = 64 - CountTrailingOnes_64(Imm64); in Select()
/freebsd-10-stable/contrib/llvm/lib/Support/
DAPInt.cpp754 Count += CountTrailingOnes_64(pVal[i]); in countTrailingOnesSlowCase()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp911 if (CountTrailingOnes_64(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true; in FoldMaskAndShiftToScale()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1915 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT), in visitBitTestCase()
DDAGCombiner.cpp8182 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64) in CheckForMaskedLoad()