Lines Matching refs:AuthCheckMethod
224 MachineBasicBlock::iterator MBBI, AuthCheckMethod Method, in checkAuthenticatedRegister()
237 case AuthCheckMethod::None: in checkAuthenticatedRegister()
239 case AuthCheckMethod::DummyLoad: in checkAuthenticatedRegister()
267 case AuthCheckMethod::None: in checkAuthenticatedRegister()
268 case AuthCheckMethod::DummyLoad: in checkAuthenticatedRegister()
270 case AuthCheckMethod::HighBitsNoTBI: in checkAuthenticatedRegister()
280 case AuthCheckMethod::XPACHint: in checkAuthenticatedRegister()
301 unsigned llvm::AArch64PAuth::getCheckerSizeInBytes(AuthCheckMethod Method) { in getCheckerSizeInBytes()
303 case AuthCheckMethod::None: in getCheckerSizeInBytes()
305 case AuthCheckMethod::DummyLoad: in getCheckerSizeInBytes()
307 case AuthCheckMethod::HighBitsNoTBI: in getCheckerSizeInBytes()
309 case AuthCheckMethod::XPACHint: in getCheckerSizeInBytes()
317 AuthCheckMethod Method = Subtarget->getAuthenticatedLRCheckMethod(); in checkAuthenticatedLR()
319 if (Method == AuthCheckMethod::None) in checkAuthenticatedLR()