Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp986 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
H A DLocalStackSlotAllocation.cpp227 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h588 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp99 DstMFI.setObjectSSPLayout(FI, SrcMFI.getObjectSSPLayout(FI)); in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22740 MFI.getObjectSSPLayout(i) != MachineFrameInfo::SSPLK_None) { in finalizeLowering()