Lines Matching refs:G8RC
352 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerDynamicAlloc() local
354 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerDynamicAlloc()
378 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
386 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
451 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRSpilling() local
454 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
466 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
496 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRRestore() local
499 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
511 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
539 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitSpilling() local
542 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
555 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
583 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitRestore() local
586 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
596 unsigned RegO = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
827 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in eliminateFrameIndex() local
829 const TargetRegisterClass *RC = is64Bit ? G8RC : GPRC; in eliminateFrameIndex()