Lines Matching defs:OpReg
6630 Register OpReg = MI.getOperand(0).getReg();
6632 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits();
6639 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
6645 // OpSegStart is where this destination segment would start in OpReg if it
6695 Register OpReg = MI.getOperand(2).getReg();
6697 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits();
6701 if (DstStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
6704 DstRegs.push_back(OpReg);
6721 // OpSegStart is where this destination segment would start in OpReg if it
6736 Register SegReg = OpReg;
6740 MIRBuilder.buildExtract(SegReg, OpReg, ExtractOffset);
9326 Register OpReg = MI.getOperand(1).getReg();
9329 auto Shift = MIRBuilder.buildAShr(DstTy, OpReg, ShiftAmt);
9330 auto Add = MIRBuilder.buildAdd(DstTy, OpReg, Shift);