Home
last modified time | relevance | path

Searched refs:shouldSignWithBKey (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h419 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
H A DAArch64FrameLowering.cpp1409 if (MFnI.shouldSignWithBKey()) { in emitPrologue()
1869 TII->get(MFI.shouldSignWithBKey() ? AArch64::RETAB : AArch64::RETAA)) in InsertReturnAddressAuth()
1875 TII->get(MFI.shouldSignWithBKey() ? AArch64::AUTIBSP : AArch64::AUTIASP)) in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp6972 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()
7870 bool ShouldSignReturnAddrWithAKey = !MFI.shouldSignWithBKey(); in buildOutlinedFrame()