Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp90 if (MFnI.branchProtectionPAuthLR() && !Subtarget.hasPAuthLR()) in BuildPACM()
103 MFnI.branchProtectionPAuthLR() ? CFIBuilder.buildNegateRAStateWithPC() in emitPACCFI()
126 if (MFnI.branchProtectionPAuthLR()) { in signLR()
133 if (MFnI.branchProtectionPAuthLR() && Subtarget->hasPAuthLR()) { in signLR()
142 if (MFnI.branchProtectionPAuthLR()) in signLR()
149 if (!MFnI.branchProtectionPAuthLR()) in signLR()
186 if (MFnI->branchProtectionPAuthLR() && Subtarget->hasPAuthLR()) { in authenticateLR()
202 if (MFnI->branchProtectionPAuthLR() && Subtarget->hasPAuthLR()) { in authenticateLR()
212 if (MFnI->branchProtectionPAuthLR()) in authenticateLR()
217 if (!MFnI->branchProtectionPAuthLR()) in authenticateLR()
H A DAArch64MachineFunctionInfo.h567 bool branchProtectionPAuthLR() const { return BranchProtectionPAuthLR; } in branchProtectionPAuthLR() function
H A DAArch64FrameLowering.cpp744 MFI.branchProtectionPAuthLR() ? CFIBuilder.buildNegateRAStateWithPC() in resetCFIToInitialState()
H A DAArch64InstrInfo.td1283 …)->branchTargetEnforcement() && !MF->getInfo<AArch64FunctionInfo>()->branchProtectionPAuthLR() }]>;
1285 …()->branchTargetEnforcement() && MF->getInfo<AArch64FunctionInfo>()->branchProtectionPAuthLR() }]>;
1287 …()->branchTargetEnforcement() && MF->getInfo<AArch64FunctionInfo>()->branchProtectionPAuthLR() }]>;
1289 …)->branchTargetEnforcement() && !MF->getInfo<AArch64FunctionInfo>()->branchProtectionPAuthLR() }]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1093 if (FuncInfo->branchProtectionPAuthLR()) { in getCallOpcode()
1102 if (FuncInfo->branchProtectionPAuthLR()) { in getCallOpcode()