Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp269 unsigned MinNumBits = std::numeric_limits<unsigned>::max(); in getRegClassWithShiftedSubregs() local
273 if (NumBits < MinNumBits && NumBits >= RegNumBits) { in getRegClassWithShiftedSubregs()
274 MinNumBits = NumBits; in getRegClassWithShiftedSubregs()
277 if (MinNumBits == RegNumBits) in getRegClassWithShiftedSubregs()