Searched refs:NumCopied (Results 1 – 2 of 2) sorted by relevance
461 auto [NumCopied, _] = RISCVVType::decodeVLMUL(LMulCopied); in copyPhysRegVector()474 RegClass, ReversedCopy ? (SrcEncoding - NumCopied + 1) : SrcEncoding); in copyPhysRegVector()476 RegClass, ReversedCopy ? (DstEncoding - NumCopied + 1) : DstEncoding); in copyPhysRegVector()504 SrcEncoding += (ReversedCopy ? -NumCopied : NumCopied); in copyPhysRegVector()505 DstEncoding += (ReversedCopy ? -NumCopied : NumCopied); in copyPhysRegVector()506 I += NumCopied; in copyPhysRegVector()
654 unsigned NumCopied = Length->getZExtValue() / ElementSize; in promoteAllocaUserToVector() local661 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()