Lines Matching refs:G8RC
303 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerDynamicAlloc() local
305 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerDynamicAlloc()
329 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
337 NegSizeReg = MF.getRegInfo().createVirtualRegister(G8RC); in lowerDynamicAlloc()
401 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRSpilling() local
404 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
416 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRSpilling()
445 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRRestore() local
448 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
460 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRRestore()
518 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitSpilling() local
521 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
534 Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitSpilling()
561 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in lowerCRBitRestore() local
564 unsigned Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
574 unsigned RegO = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerCRBitRestore()
797 const TargetRegisterClass *G8RC = &PPC::G8RCRegClass; in eliminateFrameIndex() local
799 const TargetRegisterClass *RC = is64Bit ? G8RC : GPRC; in eliminateFrameIndex()