Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp90 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR()
115 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSPPC in signLR()
122 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP in signLR()
143 bool UseBKey = MFnI->shouldSignWithBKey(); in authenticateLR()
H A DAArch64MachineFunctionInfo.h457 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
H A DAArch64InstrInfo.cpp8207 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()