Searched refs:CountTrailingOnes_32 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1508 unsigned NumSTUses = CountTrailingOnes_32(STUses);
1515 unsigned NumSTDefs = CountTrailingOnes_32(STDefs);
1525 unsigned NumSTPopped = CountTrailingOnes_32(STPopped);
/external/llvm/include/llvm/Support/
H A DMathExtras.h407 /// CountTrailingOnes_32 - this function performs the operation of
409 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
411 inline unsigned CountTrailingOnes_32(uint32_t Value) { function in namespace:llvm
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp772 maskVal = (uint32_t)CountTrailingOnes_32(maskVal);
796 maskVal = (uint32_t)CountTrailingOnes_32(maskVal);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp772 maskVal = (uint32_t)CountTrailingOnes_32(maskVal);
796 maskVal = (uint32_t)CountTrailingOnes_32(maskVal);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1370 MSB = Srl_imm + (VT == MVT::i32 ? CountTrailingOnes_32(And_imm)
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2309 unsigned Width = CountTrailingOnes_32(And_imm) - 1;
H A DARMISelLowering.cpp10636 unsigned TO = CountTrailingOnes_32(v);

Completed in 931 milliseconds