Lines Matching defs:CopyTy
8984 for (auto CopyTy : MemOps) {
8987 if (CopyTy.getSizeInBytes() > Size)
8988 CurrOffset -= CopyTy.getSizeInBytes() - Size;
8992 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
8994 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9005 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO);
9014 CurrOffset += CopyTy.getSizeInBytes();
9015 Size -= CopyTy.getSizeInBytes();
9090 for (auto CopyTy : MemOps) {
9093 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9103 LoadVals.push_back(MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO).getReg(0));
9104 CurrOffset += CopyTy.getSizeInBytes();
9109 LLT CopyTy = MemOps[I];
9112 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9122 CurrOffset += CopyTy.getSizeInBytes();