Searched refs:CopyTy (Results 1 – 1 of 1) sorted by relevance
8984 for (auto CopyTy : MemOps) { in lowerMemcpy() local8987 if (CopyTy.getSizeInBytes() > Size) in lowerMemcpy()8988 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()8992 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()8994 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()9005 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO); in lowerMemcpy()9014 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()9015 Size -= CopyTy.getSizeInBytes(); in lowerMemcpy()9090 for (auto CopyTy : MemOps) { in lowerMemmove() local9093 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()[all …]