Searched refs:CopyTy (Results 1 – 1 of 1) sorted by relevance
7936 for (auto CopyTy : MemOps) { in lowerMemcpy() local7939 if (CopyTy.getSizeInBytes() > Size) in lowerMemcpy()7940 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()7944 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()7946 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()7957 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO); in lowerMemcpy()7966 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()7967 Size -= CopyTy.getSizeInBytes(); in lowerMemcpy()8042 for (auto CopyTy : MemOps) { in lowerMemmove() local8045 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()[all …]