Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1122 static void emitAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsPrimed, in emitAccSpillRestoreInfo() argument
1128 dbgs() << "Emitting " << (IsPrimed ? "acc" : "uacc") << " register " in emitAccSpillRestoreInfo()
1151 bool IsPrimed = PPC::ACCRCRegClass.contains(SrcReg); in lowerACCSpilling() local
1153 PPC::VSRp0 + (SrcReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCSpilling()
1156 emitAccSpillRestoreInfo(MBB, IsPrimed, false); in lowerACCSpilling()
1162 if (IsPrimed) in lowerACCSpilling()
1170 if (IsPrimed && !IsKilled) in lowerACCSpilling()
1191 bool IsPrimed = PPC::ACCRCRegClass.contains(DestReg); in lowerACCRestore() local
1193 PPC::VSRp0 + (DestReg - (IsPrimed ? PPC::ACC0 : PPC::UACC0)) * 2; in lowerACCRestore()
1196 emitAccSpillRestoreInfo(MBB, IsPrimed, true); in lowerACCRestore()
[all …]