Home
last modified time | relevance | path

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

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