Home
last modified time | relevance | path

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

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