Lines Matching refs:IsPrimed
1191 static void emitAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsPrimed, in emitAccSpillRestoreInfo() argument
1197 dbgs() << "Emitting " << (IsPrimed ? "acc" : "uacc") << " register " in emitAccSpillRestoreInfo()
1273 bool IsPrimed = PPC::ACCRCRegClass.contains(SrcReg); in lowerACCSpilling() local
1275 PPC::VSRp0 + (SrcReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCSpilling()
1278 emitAccSpillRestoreInfo(MBB, IsPrimed, false); in lowerACCSpilling()
1284 if (IsPrimed) in lowerACCSpilling()
1297 if (IsPrimed && !IsKilled) in lowerACCSpilling()
1318 bool IsPrimed = PPC::ACCRCRegClass.contains(DestReg); in lowerACCRestore() local
1320 PPC::VSRp0 + (DestReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCRestore()
1323 emitAccSpillRestoreInfo(MBB, IsPrimed, true); in lowerACCRestore()
1331 if (IsPrimed) in lowerACCRestore()