Home
last modified time | relevance | path

Searched refs:IsPrimed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1233 static void emitAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsPrimed, in emitAccSpillRestoreInfo() argument
1239 dbgs() << "Emitting " << (IsPrimed ? "acc" : "uacc") << " register " in emitAccSpillRestoreInfo()
1322 bool IsPrimed = PPC::ACCRCRegClass.contains(SrcReg); in lowerACCSpilling() local
1325 emitAccSpillRestoreInfo(MBB, IsPrimed, false); in lowerACCSpilling()
1331 if (IsPrimed) in lowerACCSpilling()
1352 if (IsPrimed && !IsKilled) in lowerACCSpilling()
1373 bool IsPrimed = PPC::ACCRCRegClass.contains(DestReg); in lowerACCRestore() local
1375 PPC::VSRp0 + (DestReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCRestore()
1378 emitAccSpillRestoreInfo(MBB, IsPrimed, true); in lowerACCRestore()
1386 if (IsPrimed) in lowerACCRestore()