Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PointerAuth.cpp101 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR()
127 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSPPC in signLR()
134 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP in signLR()
167 bool UseBKey = MFnI->shouldSignWithBKey(); in authenticateLR()
342 MFnI->shouldSignWithBKey() ? AArch64PACKey::IB : AArch64PACKey::IA; in checkAuthenticatedLR()
HDAArch64MachineFunctionInfo.h510 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
HDAArch64InstrInfo.cpp8271 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()