Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp937 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
DLocalStackSlotAllocation.cpp218 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp843 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h508 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function