Lines Matching defs:CopyTy
9777 for (auto CopyTy : MemOps) {
9780 if (CopyTy.getSizeInBytes() > Size)
9781 CurrOffset -= CopyTy.getSizeInBytes() - Size;
9785 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9787 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9798 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO);
9807 CurrOffset += CopyTy.getSizeInBytes();
9808 Size -= CopyTy.getSizeInBytes();
9883 for (auto CopyTy : MemOps) {
9886 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9896 LoadVals.push_back(MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO).getReg(0));
9897 CurrOffset += CopyTy.getSizeInBytes();
9902 LLT CopyTy = MemOps[I];
9905 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9915 CurrOffset += CopyTy.getSizeInBytes();