Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp268 const TargetRegisterClass *MinRC = nullptr; in getRegClassWithShiftedSubregs() local
275 MinRC = RC; in getRegClassWithShiftedSubregs()
281 if (MinRC) { in getRegClassWithShiftedSubregs()
282 assert(MinRC->isAllocatable() && TRI->isRegClassAligned(MinRC, RCAlign)); in getRegClassWithShiftedSubregs()
285 assert(MinRC == TRI->getSubClassWithSubReg(MinRC, SRI.SubReg)); in getRegClassWithShiftedSubregs()
290 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs()