Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:regop

1599       const MachineOperand RegOp = DVInsn->getOperand(0);
1602 MachineLocation Location(RegOp.getReg(), DVInsn->getOperand(1).getImm());
1604 } else if (RegOp.getReg())
1605 addVariableAddress(*DV, VariableDie, MachineLocation(RegOp.getReg()));