Lines Matching defs:CurrOffset
9775 unsigned CurrOffset = 0;
9781 CurrOffset -= CopyTy.getSizeInBytes() - Size;
9785 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9787 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9792 if (CurrOffset != 0) {
9794 Offset = MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset)
9802 if (CurrOffset != 0) {
9807 CurrOffset += CopyTy.getSizeInBytes();
9881 unsigned CurrOffset = 0;
9886 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9890 if (CurrOffset != 0) {
9893 MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset);
9897 CurrOffset += CopyTy.getSizeInBytes();
9900 CurrOffset = 0;
9905 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9908 if (CurrOffset != 0) {
9911 MIB.buildConstant(LLT::scalar(DstTy.getSizeInBits()), CurrOffset);
9915 CurrOffset += CopyTy.getSizeInBytes();