Searched refs:NumCopied (Results 1 – 2 of 2) sorted by relevance
398 auto [NumCopied, _] = RISCVVType::decodeVLMUL(LMulCopied); in copyPhysRegVector()411 RegClass, ReversedCopy ? (SrcEncoding - NumCopied + 1) : SrcEncoding); in copyPhysRegVector()413 RegClass, ReversedCopy ? (DstEncoding - NumCopied + 1) : DstEncoding); in copyPhysRegVector()434 SrcEncoding += (ReversedCopy ? -NumCopied : NumCopied); in copyPhysRegVector()435 DstEncoding += (ReversedCopy ? -NumCopied : NumCopied); in copyPhysRegVector()436 I += NumCopied; in copyPhysRegVector()
607 unsigned NumCopied = Length->getZExtValue() / ElementSize; in promoteAllocaUserToVector() local614 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()