Lines Matching refs:G8RC

354   const TargetRegisterClass *G8RC = &PPC::G8RCRegClass;  in lowerDynamicAlloc()  local
356 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerDynamicAlloc()
380 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
388 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
474 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRSpilling() local
477 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
489 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
519 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRRestore() local
522 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
534 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
562 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitSpilling() local
565 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
578 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
606 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitRestore() local
609 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
619 unsigned RegO = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
857 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in eliminateFrameIndex() local
859 const TargetRegisterClass *RC = is64Bit ? G8RC : GPRC; in eliminateFrameIndex()