Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp958 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
959 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp246 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp1011 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h570 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26988 MFI.getObjectSSPLayout(i) != MachineFrameInfo::SSPLK_None) { in finalizeLowering()