Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp101 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR() local
111 if (UseBKey) { in signLR()
167 bool UseBKey = MFnI->shouldSignWithBKey(); in authenticateLR() local
194 TII->get(UseBKey ? AArch64::RETABSPPCi : AArch64::RETAASPPCi)) in authenticateLR()
200 BuildMI(MBB, TI, DL, TII->get(UseBKey ? AArch64::RETAB : AArch64::RETAA)) in authenticateLR()
209 TII->get(UseBKey ? AArch64::AUTIBSPPCi : AArch64::AUTIASPPCi)) in authenticateLR()
215 TII->get(UseBKey ? AArch64::AUTIBSP : AArch64::AUTIASP)) in authenticateLR()