Home
last modified time | relevance | path

Searched refs:SSPLK_SmallArray (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackProtector.h41 SSPLK_SmallArray, ///< Array or nested array < SSP-buffer-size. 2nd closest enumerator
/external/llvm/lib/CodeGen/
DStackProtector.cpp252 Layout.insert(std::make_pair(AI, SSPLK_SmallArray)); in RequiresStackProtector()
266 : SSPLK_SmallArray)); in RequiresStackProtector()
DLocalStackSlotAllocation.cpp215 case StackProtector::SSPLK_SmallArray: in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp852 case StackProtector::SSPLK_SmallArray: in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp273 MachineFrameInfo::SSPLK_SmallArray)); in RequiresStackProtector()
291 : MachineFrameInfo::SSPLK_SmallArray)); in RequiresStackProtector()
DLocalStackSlotAllocation.cpp221 case MachineFrameInfo::SSPLK_SmallArray: in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp846 case MachineFrameInfo::SSPLK_SmallArray: in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h98 SSPLK_SmallArray, ///< Array or nested array < SSP-buffer-size. 2nd closest enumerator