Home
last modified time | relevance | path

Searched refs:SSPLK_LargeArray (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp81 else if (I->second != SSPLK_LargeArray && Kind != SSPLK_AddrOf) in adjustForColoring()
248 Layout.insert(std::make_pair(AI, SSPLK_LargeArray)); in RequiresStackProtector()
257 Layout.insert(std::make_pair(AI, SSPLK_LargeArray)); in RequiresStackProtector()
265 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray in RequiresStackProtector()
DLocalStackSlotAllocation.cpp221 case StackProtector::SSPLK_LargeArray: in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp858 case StackProtector::SSPLK_LargeArray: in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp267 MachineFrameInfo::SSPLK_LargeArray)); in RequiresStackProtector()
280 MachineFrameInfo::SSPLK_LargeArray)); in RequiresStackProtector()
290 ? MachineFrameInfo::SSPLK_LargeArray in RequiresStackProtector()
DLocalStackSlotAllocation.cpp227 case MachineFrameInfo::SSPLK_LargeArray: in calculateFrameObjectOffsets()
DStackColoring.cpp941 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
DPrologEpilogInserter.cpp852 case MachineFrameInfo::SSPLK_LargeArray: in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DStackProtector.h39 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h96 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest enumerator