Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp937 = MFI->getObjectSSPLayout(SI.first); in remapInstructions()
938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions()
DLocalStackSlotAllocation.cpp226 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp964 switch (MFI.getObjectSSPLayout(i)) { in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h533 SSPLayoutKind getObjectSSPLayout(int ObjectIdx) const { in getObjectSSPLayout() function