Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp117 bool AArch64FunctionInfo::shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function in AArch64FunctionInfo
125 bool AArch64FunctionInfo::shouldSignReturnAddress( in shouldSignReturnAddress() function in AArch64FunctionInfo
127 return shouldSignReturnAddress(llvm::any_of( in shouldSignReturnAddress()
H A DAArch64MachineFunctionInfo.h429 bool shouldSignReturnAddress(const MachineFunction &MF) const;
430 bool shouldSignReturnAddress(bool SpillsLR) const;
H A DAArch64FrameLowering.cpp610 if (MFI.shouldSignReturnAddress(MF)) { in resetCFIToInitialState()
1400 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()
1867 if (!MFI.shouldSignReturnAddress(MF)) in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7135 return MFIa->shouldSignReturnAddress(false) == MFIb->shouldSignReturnAddress(false) && in outliningCandidatesSigningScopeConsensus()
7136 MFIa->shouldSignReturnAddress(true) == MFIb->shouldSignReturnAddress(true); in outliningCandidatesSigningScopeConsensus()
7204 ->shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()
8034 bool ShouldSignReturnAddr = MFI.shouldSignReturnAddress(!IsLeafFunction); in buildOutlinedFrame()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h293 bool shouldSignReturnAddress() const { in shouldSignReturnAddress() function
294 return shouldSignReturnAddress(LRSpilled); in shouldSignReturnAddress()
297 bool shouldSignReturnAddress(bool SpillsLR) const { in shouldSignReturnAddress() function
H A DARMSubtarget.h442 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress()) in splitFramePushPop()
H A DARMFrameLowering.cpp872 if (AFI->shouldSignReturnAddress()) in emitPrologue()
1419 if (AFI->shouldSignReturnAddress() && !AFI->isCmseNSEntryFunction()) in emitEpilogue()
1610 bool hasPAC = AFI->shouldSignReturnAddress(); in emitPopInst()
1994 if (AFI->shouldSignReturnAddress()) { in spillCalleeSavedRegisters()
2229 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress( in enableShrinkWrapping()
2800 if (AFI.shouldSignReturnAddress()) { in assignCalleeSavedSpillSlots()
H A DARMBaseInstrInfo.cpp5952 return AFI.shouldSignReturnAddress(true); in getOutliningCandidateInfo()
5989 if (SomeMFI.shouldSignReturnAddress(true)) { in getOutliningCandidateInfo()
6649 ->shouldSignReturnAddress(true); in buildOutlinedFrame()
6738 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()
H A DARMExpandPseudoInsts.cpp2182 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2195 if (AFI->shouldSignReturnAddress()) in ExpandMI()
H A DARMLoadStoreOptimizer.cpp2126 if (STI->hasV5TOps() && !AFI->shouldSignReturnAddress()) in runOnMachineFunction()
H A DARMISelLowering.cpp3001 if (MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true)) in IsEligibleForTailCallOptimization()