Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp80 auto &MFnI = *MBB.getParent()->getInfo<AArch64FunctionInfo>(); in BuildPACM() local
90 if (MFnI.branchProtectionPAuthLR() && !Subtarget.hasPAuthLR()) in BuildPACM()
100 auto &MFnI = *MF.getInfo<AArch64FunctionInfo>(); in emitPACCFI() local
103 MFnI.branchProtectionPAuthLR() ? CFIBuilder.buildNegateRAStateWithPC() in emitPACCFI()
109 auto &MFnI = *MF.getInfo<AArch64FunctionInfo>(); in signLR() local
110 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR()
111 bool EmitCFI = MFnI.needsDwarfUnwindInfo(MF); in signLR()
126 if (MFnI.branchProtectionPAuthLR()) { in signLR()
128 MFnI.setSigningInstrLabel(PACSym); in signLR()
133 if (MFnI.branchProtectionPAuthLR() && Subtarget->hasPAuthLR()) { in signLR()
[all …]
H A DAArch64FrameLowering.cpp1897 const auto &MFnI = *MF.getInfo<AArch64FunctionInfo>(); in emitPrologue() local
1898 if (MFnI.shouldSignReturnAddress(MF)) { in emitPrologue()
1909 if (MFnI.needsShadowCallStackPrologueEpilogue(MF)) { in emitPrologue()
1911 MFnI.needsDwarfUnwindInfo(MF)); in emitPrologue()
1915 if (EmitCFI && MFnI.isMTETagged()) { in emitPrologue()