Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp151 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo
165 bool AArch64FunctionInfo::shouldSignReturnAddress( in shouldSignReturnAddress() function in AArch64FunctionInfo
167 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()
H A DAArch64MachineFunctionInfo.h551 bool shouldSignReturnAddress(const MachineFunction &MF) const;
552 bool shouldSignReturnAddress(bool SpillsLR) const;
H A DAArch64FrameLowering.cpp743 if (MFI.shouldSignReturnAddress(MF)) in resetCFIToInitialState()
1190 bool SignReturnAddressAll = AFI->shouldSignReturnAddress(/*SpillsLR=*/false); in shouldSignReturnAddressEverywhere()
1898 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()
2480 if (AFI->shouldSignReturnAddress(MF)) { in emitEpilogue()
H A DAArch64InstrInfo.cpp118 if (!MFI->shouldSignReturnAddress(MF)) in getInstSizeInBytes()
9042 return MFIa->shouldSignReturnAddress(false) == MFIb->shouldSignReturnAddress(false) && in outliningCandidatesSigningScopeConsensus()
9043 MFIa->shouldSignReturnAddress(true) == MFIb->shouldSignReturnAddress(true); in outliningCandidatesSigningScopeConsensus()
9116 ->shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()
9915 bool ShouldSignReturnAddr = FI->shouldSignReturnAddress(!IsLeafFunction); in buildOutlinedFrame()
H A DAArch64AsmPrinter.cpp2055 if (!AArch64FI->shouldSignReturnAddress(*MF)) in emitPtrauthTailCallHardening()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h290 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() function
291 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress()
294 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function
H A DARMPredicates.td232 def SignRetAddr : Predicate<[{ MF->getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true) }]>;
233 …def NoSignRetAddr : Predicate<[{ !MF->getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true) }]…
H A DARMSubtarget.cpp488 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress() && in getPushPopSplitVariation()
H A DARMFrameLowering.cpp992 if (AFI->shouldSignReturnAddress()) in emitPrologue()
1548 if (AFI->shouldSignReturnAddress() && !AFI->isCmseNSEntryFunction()) in emitEpilogue()
1734 bool hasPAC = AFI->shouldSignReturnAddress(); in emitPopInst()
2222 if (AFI->shouldSignReturnAddress()) { in spillCalleeSavedRegisters()
2479 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress( in enableShrinkWrapping()
2609 if (AFI->shouldSignReturnAddress()) in determineCalleeSaves()
3114 if (AFI.shouldSignReturnAddress()) { in assignCalleeSavedSpillSlots()
H A DARMBaseInstrInfo.cpp5801 return AFI.shouldSignReturnAddress(true); in getOutliningCandidateInfo()
5838 if (SomeMFI.shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()
6411 bool Auth = MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true); in buildOutlinedFrame()
6501 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()
H A DARMExpandPseudoInsts.cpp2316 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2329 if (AFI->shouldSignReturnAddress()) in ExpandMI()
H A DARMLoadStoreOptimizer.cpp2114 if (STI->hasV5TOps() && !AFI->shouldSignReturnAddress()) in runOnMachineFunction()
H A DARMISelLowering.cpp3117 MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true))) in IsEligibleForTailCallOptimization()