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 DLocalStackSlotAllocation.cpp246 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
H A DStackColoring.cpp964 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
965 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DPrologEpilogInserter.cpp1013 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h572 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28587 MFI.getObjectSSPLayout(i) != MachineFrameInfo::SSPLK_None) { in finalizeLowering()