Searched refs:shouldSignReturnAddress (Results 1 – 11 of 11) sorted by relevance
155 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo169 bool AArch64FunctionInfo::shouldSignReturnAddress( in shouldSignReturnAddress() function in AArch64FunctionInfo171 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()
452 bool shouldSignReturnAddress(const MachineFunction &MF) const;453 bool shouldSignReturnAddress(bool SpillsLR) const;
651 if (MFI.shouldSignReturnAddress(MF)) { in resetCFIToInitialState()1682 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()2170 if (AFI->shouldSignReturnAddress(MF)) { in emitEpilogue()
8197 return MFIa->shouldSignReturnAddress(false) == MFIb->shouldSignReturnAddress(false) && in outliningCandidatesSigningScopeConsensus()8198 MFIa->shouldSignReturnAddress(true) == MFIb->shouldSignReturnAddress(true); in outliningCandidatesSigningScopeConsensus()8270 ->shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()9073 bool ShouldSignReturnAddr = FI->shouldSignReturnAddress(!IsLeafFunction); in buildOutlinedFrame()
288 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() function289 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress()292 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function
448 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress()) in splitFramePushPop()
871 if (AFI->shouldSignReturnAddress()) in emitPrologue()1418 if (AFI->shouldSignReturnAddress() && !AFI->isCmseNSEntryFunction()) in emitEpilogue()1609 bool hasPAC = AFI->shouldSignReturnAddress(); in emitPopInst()1990 if (AFI->shouldSignReturnAddress()) { in spillCalleeSavedRegisters()2225 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress( in enableShrinkWrapping()2336 if (AFI->shouldSignReturnAddress()) in determineCalleeSaves()2841 if (AFI.shouldSignReturnAddress()) { in assignCalleeSavedSpillSlots()
5953 return AFI.shouldSignReturnAddress(true); in getOutliningCandidateInfo()5990 if (SomeMFI.shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()6623 ->shouldSignReturnAddress(true); in buildOutlinedFrame()6712 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()
2258 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()2271 if (AFI->shouldSignReturnAddress()) in ExpandMI()
2115 if (STI->hasV5TOps() && !AFI->shouldSignReturnAddress()) in runOnMachineFunction()
3019 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true)) in IsEligibleForTailCallOptimization()