Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Reg

60       // Make sure we re-emit a set of the global base reg if necessary
164 /// register can be improved, but it is wrong to substitute Reg+Reg for
165 /// Reg in an asm, because the load or store opcode would have to change.
198 unsigned Reg = TargetRegisterInfo::index2VirtReg(i);
199 if (RegInfo->getRegClass(Reg) == &PPC::VRRCRegClass) {
1255 unsigned Reg = Target.getValueType() == MVT::i32 ? PPC::BCTR : PPC::BCTR8;
1258 Reg, MVT::Other, Chain);