Home
last modified time | relevance | path

Searched refs:getStackProtectorIndex (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp218 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
275 if (MFI.getStackProtectorIndex() == (int)i) in calculateFrameObjectOffsets()
379 FrameIdx == MFI.getStackProtectorIndex()) in insertFrameReferenceRegisters()
H A DStackFrameLayoutAnalysisPass.cpp83 Idx == MFI.getStackProtectorIndex()) in SlotData()
211 << MFI.getStackProtectorIndex() << "\n"); in emitStackFrameLayoutRemarks()
H A DPrologEpilogInserter.cpp971 int StackProtectorFI = MFI.getStackProtectorIndex(); in calculateFrameObjectOffsets()
986 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
992 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
1059 if (MFI.getStackProtectorIndex() == (int)i || EHRegNodeFrameIndex == (int)i) in calculateFrameObjectOffsets()
1088 MFI.getStackProtectorIndex() < 0 && TFI.enableStackSlotScavenging(MF)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp498 printStackObjectReference(StrOS, State, MFI.getStackProtectorIndex()); in convertStackObjects()
H A DMachineVerifier.cpp4071 unsigned FI = MFI.getStackProtectorIndex(); in verifyStackProtector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h362 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1045 int SSPIdx = MFI.getStackProtectorIndex(); in emitExceptHandlerTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp725 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3846 int FI = MFI.getStackProtectorIndex(); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4403 StackProtectorFI = MFI.getStackProtectorIndex(); in determineSVEStackObjectOffsets()
H A DAArch64ISelLowering.cpp28588 MFI.setStackID(MFI.getStackProtectorIndex(), in finalizeLowering()
28590 MFI.setObjectAlignment(MFI.getStackProtectorIndex(), Align(16)); in finalizeLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3060 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorParent()
3169 int FI = MFI.getStackProtectorIndex(); in visitSPDescriptorFailure()