Lines Matching defs:CurrOffset
8982 unsigned CurrOffset = 0;
8988 CurrOffset -= CopyTy.getSizeInBytes() - Size;
8992 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
8994 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
8999 if (CurrOffset != 0) {
9001 Offset = MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset)
9009 if (CurrOffset != 0) {
9014 CurrOffset += CopyTy.getSizeInBytes();
9088 unsigned CurrOffset = 0;
9093 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
9097 if (CurrOffset != 0) {
9100 MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset);
9104 CurrOffset += CopyTy.getSizeInBytes();
9107 CurrOffset = 0;
9112 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes());
9115 if (CurrOffset != 0) {
9118 MIB.buildConstant(LLT::scalar(DstTy.getSizeInBits()), CurrOffset);
9122 CurrOffset += CopyTy.getSizeInBytes();