Lines Matching defs:OpReg
6043 Register OpReg = MI.getOperand(0).getReg();
6045 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits();
6052 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
6058 // OpSegStart is where this destination segment would start in OpReg if it
6109 Register OpReg = MI.getOperand(2).getReg();
6111 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits();
6115 if (DstStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
6118 DstRegs.push_back(OpReg);
6135 // OpSegStart is where this destination segment would start in OpReg if it
6150 Register SegReg = OpReg;
6154 MIRBuilder.buildExtract(SegReg, OpReg, ExtractOffset);
8549 Register OpReg = MI.getOperand(1).getReg();
8552 auto Shift = MIRBuilder.buildAShr(DstTy, OpReg, ShiftAmt);
8553 auto Add = MIRBuilder.buildAdd(DstTy, OpReg, Shift);