Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp398 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()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp607 unsigned NumCopied = Length->getZExtValue() / ElementSize; in promoteAllocaUserToVector() local
614 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in promoteAllocaUserToVector()