Home
last modified time | relevance | path

Searched refs:CountTrailingOnes_32 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DMathExtras.h265 inline unsigned CountTrailingOnes_32(uint32_t Value) { in CountTrailingOnes_32() function
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1506 unsigned NumSTUses = CountTrailingOnes_32(STUses); in handleSpecialFP()
1513 unsigned NumSTDefs = CountTrailingOnes_32(STDefs); in handleSpecialFP()
1523 unsigned NumSTPopped = CountTrailingOnes_32(STPopped); in handleSpecialFP()
DX86InstrCompiler.td1514 def immShift32 : ImmLeaf<i8, [{ return CountTrailingOnes_32(Imm) >= 5; }]>;
1515 def immShift64 : ImmLeaf<i8, [{ return CountTrailingOnes_32(Imm) >= 6; }]>;
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2131 unsigned Width = CountTrailingOnes_32(And_imm) - 1; in SelectV6T2BitfieldExtractOp()