Lines Matching refs:AuthCheckMethod
248 MachineBasicBlock::iterator MBBI, AuthCheckMethod Method, in checkAuthenticatedRegister()
269 case AuthCheckMethod::None: in checkAuthenticatedRegister()
271 case AuthCheckMethod::DummyLoad: in checkAuthenticatedRegister()
290 case AuthCheckMethod::None: in checkAuthenticatedRegister()
291 case AuthCheckMethod::DummyLoad: in checkAuthenticatedRegister()
293 case AuthCheckMethod::HighBitsNoTBI: in checkAuthenticatedRegister()
303 case AuthCheckMethod::XPACHint: in checkAuthenticatedRegister()
324 unsigned llvm::AArch64PAuth::getCheckerSizeInBytes(AuthCheckMethod Method) { in getCheckerSizeInBytes()
326 case AuthCheckMethod::None: in getCheckerSizeInBytes()
328 case AuthCheckMethod::DummyLoad: in getCheckerSizeInBytes()
330 case AuthCheckMethod::HighBitsNoTBI: in getCheckerSizeInBytes()
332 case AuthCheckMethod::XPACHint: in getCheckerSizeInBytes()
344 AuthCheckMethod Method = in checkAuthenticatedLR()
347 if (Method == AuthCheckMethod::None) in checkAuthenticatedLR()