Searched refs:isRegClassAligned (Results 1 – 2 of 2) sorted by relevance
198 if (RC->isAllocatable() && TRI->isRegClassAligned(RC, AlignNumBits)) in getAllocatableAndAlignedRegClassMask()268 assert(MinRC->isAllocatable() && TRI->isRegClassAligned(MinRC, RCAlign)); in getRegClassWithShiftedSubregs()
475 bool isRegClassAligned(const TargetRegisterClass *RC, in isRegClassAligned() function