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.cpp256 const TargetRegisterClass *MinRC = nullptr; in getRegClassWithShiftedSubregs() local
263 MinRC = RC; in getRegClassWithShiftedSubregs()
267 if (MinRC) { in getRegClassWithShiftedSubregs()
268 assert(MinRC->isAllocatable() && TRI->isRegClassAligned(MinRC, RCAlign)); in getRegClassWithShiftedSubregs()
271 assert(MinRC == TRI->getSubClassWithSubReg(MinRC, NewSubReg)); in getRegClassWithShiftedSubregs()
276 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs()