Searched refs:shouldSignReturnAddress (Results 1 – 12 of 12) sorted by relevance
130 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo144 bool AArch64FunctionInfo::shouldSignReturnAddress( in shouldSignReturnAddress() function in AArch64FunctionInfo146 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()
505 bool shouldSignReturnAddress(const MachineFunction &MF) const;506 bool shouldSignReturnAddress(bool SpillsLR) const;
8261 return MFIa->shouldSignReturnAddress(false) == MFIb->shouldSignReturnAddress(false) && in outliningCandidatesSigningScopeConsensus()8262 MFIa->shouldSignReturnAddress(true) == MFIb->shouldSignReturnAddress(true); in outliningCandidatesSigningScopeConsensus()8333 ->shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()9152 bool ShouldSignReturnAddr = FI->shouldSignReturnAddress(!IsLeafFunction); in buildOutlinedFrame()
699 if (MFI.shouldSignReturnAddress(MF)) { in resetCFIToInitialState()1797 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()2286 if (AFI->shouldSignReturnAddress(MF)) { in emitEpilogue()
288 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() 289 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress() 292 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() 283 bool shouldSignReturnAddress() const { shouldSignReturnAddress() function 287 bool shouldSignReturnAddress(bool SpillsLR) const { shouldSignReturnAddress() function
232 def SignRetAddr : Predicate<[{ MF->getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true) }]>;233 …def NoSignRetAddr : Predicate<[{ !MF->getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true) }]…
388 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress()) in splitFramePushPop()
872 if (AFI->shouldSignReturnAddress()) in emitPrologue()1419 if (AFI->shouldSignReturnAddress() && !AFI->isCmseNSEntryFunction()) in emitEpilogue()1610 bool hasPAC = AFI->shouldSignReturnAddress(); in emitPopInst()1993 if (AFI->shouldSignReturnAddress()) { in spillCalleeSavedRegisters()2228 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress( in enableShrinkWrapping()2339 if (AFI->shouldSignReturnAddress()) in determineCalleeSaves()2844 if (AFI.shouldSignReturnAddress()) { in assignCalleeSavedSpillSlots()
5952 return AFI.shouldSignReturnAddress(true); in getOutliningCandidateInfo()5989 if (SomeMFI.shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()6625 ->shouldSignReturnAddress(true); in buildOutlinedFrame()6714 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()
2274 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()2287 if (AFI->shouldSignReturnAddress()) in ExpandMI()
2117 if (STI->hasV5TOps() && !AFI->shouldSignReturnAddress()) in runOnMachineFunction()
3038 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true)) in IsEligibleForTailCallOptimization()