Home
last modified time | relevance | path

Searched defs:TrailingZeros (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp235 unsigned TrailingZeros = llvm::countr_zero((uint64_t)Val); in generateInstSeq() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp275 unsigned TrailingZeros = in calculateOptimalPad() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1600 unsigned TrailingZeros = llvm::countr_zero(U.VAL); in countr_zero() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp984 size_t TrailingZeros = CstInt->getValue().countr_zero(); in getPointerAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1088 unsigned TrailingZeros = llvm::countr_zero(Mask); in Select() local
1117 unsigned TrailingZeros = llvm::countr_zero(Mask); in Select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1847 int TrailingZeros = llvm::countr_zero(Mask); in getBitRangeFromMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6042 unsigned TrailingZeros = llvm::countr_zero(Mask); in Select() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7798 unsigned TrailingZeros = 0; in expandDIVREMByConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6283 auto GetShiftedByZeros = [BitWidth](uint32_t TrailingZeros) { in getConstantMultipleImpl()