Searched refs:IsPrimed (Results 1 – 1 of 1) sorted by relevance
1225 static void emitAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsPrimed, in emitAccSpillRestoreInfo() argument1231 dbgs() << "Emitting " << (IsPrimed ? "acc" : "uacc") << " register " in emitAccSpillRestoreInfo()1324 bool IsPrimed = PPC::ACCRCRegClass.contains(SrcReg); in lowerACCSpilling() local1326 PPC::VSRp0 + (SrcReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCSpilling()1329 emitAccSpillRestoreInfo(MBB, IsPrimed, false); in lowerACCSpilling()1335 if (IsPrimed) in lowerACCSpilling()1348 if (IsPrimed && !IsKilled) in lowerACCSpilling()1369 bool IsPrimed = PPC::ACCRCRegClass.contains(DestReg); in lowerACCRestore() local1371 PPC::VSRp0 + (DestReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCRestore()1374 emitAccSpillRestoreInfo(MBB, IsPrimed, true); in lowerACCRestore()[all …]