Searched refs:AuthKey (Results 1 – 2 of 2) sorted by relevance
3019 Value *AuthKey = nullptr, *AuthDisc = nullptr, *BasePtr; in visitCallInst() local3028 AuthKey = CI->getArgOperand(1); in visitCallInst()3057 if (AuthKey && NeedSign) { in visitCallInst()3060 } else if (AuthKey) { in visitCallInst()3074 if (AuthKey) { in visitCallInst()3075 CallArgs.push_back(AuthKey); in visitCallInst()
2451 auto AuthKey = (AuthOpcode == AArch64::AUTIA ? AArch64PACKey::IA in LowerMOVaddrPAC() local2454 emitPtrauthCheckAuthenticatedValue(AArch64::X16, AArch64::X17, AuthKey, in LowerMOVaddrPAC()2586 auto AuthKey = in LowerLOADgotAUTH() local2589 emitPtrauthCheckAuthenticatedValue(AuthResultReg, AArch64::X17, AuthKey, in LowerLOADgotAUTH()