Searched refs:mustSaveTOC (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h158 bool mustSaveTOC() const { return MustSaveTOC; } function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp474 !FI->mustSaveTOC() && // No need to save TOC.
805 bool MustSaveTOC = FI->mustSaveTOC();
2066 assert((!MF.getInfo<PPCFunctionInfo>()->mustSaveTOC() ||
2361 bool MustSaveTOC = FI->mustSaveTOC();
2518 bool MustSaveTOC = FI->mustSaveTOC();
H A DPPCMIPeephole.cpp245 if (FI->mustSaveTOC()) {
1003 if (FI->mustSaveTOC())

Completed in 44 milliseconds