Home
last modified time | relevance | path

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

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