Lines Matching defs:AddrReg
231 bool emitStoreRelease(MVT VT, unsigned SrcReg, unsigned AddrReg,
2058 unsigned AddrReg,
2071 AddrReg = constrainOperandRegClass(II, AddrReg, 1);
2074 .addReg(AddrReg)
2198 Register AddrReg = getRegForValue(PtrV);
2199 return emitStoreRelease(VT, SrcReg, AddrReg,
2517 Register AddrReg = getRegForValue(BI->getOperand(0));
2518 if (AddrReg == 0)
2527 AddrReg = constrainOperandRegClass(II, AddrReg, II.getNumDefs());
2528 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, II).addReg(AddrReg);
5075 const Register AddrReg = constrainOperandRegClass(
5090 .addUse(AddrReg)