Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1234 bool IsRestore) { in emitAccSpillRestoreInfo() argument
1240 << (IsRestore ? "restore" : "spill") << ":\n"; in emitAccSpillRestoreInfo()
1294 static void emitWAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsRestore) { in emitWAccSpillRestoreInfo() argument
1299 dbgs() << "Emitting wacc register " << (IsRestore ? "restore" : "spill") in emitWAccSpillRestoreInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp652 bool IsRestore = II->getIntrinsicID() == Intrinsic::stackrestore; in isEligible() local
657 if (IsRestore && !definedInRegion(Blocks, II->getArgOperand(0))) in isEligible()