Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp155 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo
169 bool AArch64FunctionInfo::shouldSignReturnAddress( in shouldSignReturnAddress() function in AArch64FunctionInfo
171 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()
H A DAArch64MachineFunctionInfo.h452 bool shouldSignReturnAddress(const MachineFunction &MF) const;
453 bool shouldSignReturnAddress(bool SpillsLR) const;
H A DAArch64FrameLowering.cpp651 if (MFI.shouldSignReturnAddress(MF)) { in resetCFIToInitialState()
1682 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()
2170 if (AFI->shouldSignReturnAddress(MF)) { in emitEpilogue()
H A DAArch64InstrInfo.cpp8197 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h288 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() function
289 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress()
292 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function
H A DARMSubtarget.h448 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress()) in splitFramePushPop()
H A DARMFrameLowering.cpp871 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()
H A DARMBaseInstrInfo.cpp5953 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()
H A DARMExpandPseudoInsts.cpp2258 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2271 if (AFI->shouldSignReturnAddress()) in ExpandMI()
H A DARMLoadStoreOptimizer.cpp2115 if (STI->hasV5TOps() && !AFI->shouldSignReturnAddress()) in runOnMachineFunction()
H A DARMISelLowering.cpp3019 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true)) in IsEligibleForTailCallOptimization()