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.cpp257 unsigned MinNumBits = std::numeric_limits<unsigned>::max(); in getRegClassWithShiftedSubregs() local
261 if (NumBits < MinNumBits) { in getRegClassWithShiftedSubregs()
262 MinNumBits = NumBits; in getRegClassWithShiftedSubregs()