Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp90 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR() local
99 if (UseBKey) { in signLR()
143 bool UseBKey = MFnI->shouldSignWithBKey(); in authenticateLR() local
170 TII->get(UseBKey ? AArch64::RETABSPPCi : AArch64::RETAASPPCi)) in authenticateLR()
176 BuildMI(MBB, TI, DL, TII->get(UseBKey ? AArch64::RETAB : AArch64::RETAA)) in authenticateLR()
185 TII->get(UseBKey ? AArch64::AUTIBSPPCi : AArch64::AUTIASPPCi)) in authenticateLR()
191 TII->get(UseBKey ? AArch64::AUTIBSP : AArch64::AUTIASP)) in authenticateLR()