Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp954 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
955 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp227 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp1024 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h568 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25538 MFI.getObjectSSPLayout(i) != MachineFrameInfo::SSPLK_None) { in finalizeLowering()