Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h432 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
H A DAArch64FrameLowering.cpp1401 if (MFnI.shouldSignWithBKey()) { in emitPrologue()
1409 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP in emitPrologue()
1887 TII->get(MFI.shouldSignWithBKey() ? AArch64::RETAB : AArch64::RETAA)) in InsertReturnAddressAuth()
1893 TII->get(MFI.shouldSignWithBKey() ? AArch64::AUTIBSP : AArch64::AUTIASP)) in InsertReturnAddressAuth()
H A DAArch64InstrInfo.cpp7145 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()
8037 bool ShouldSignReturnAddrWithBKey = MFI.shouldSignWithBKey(); in buildOutlinedFrame()