Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp451 std::make_pair(AI, MachineFrameInfo::SSPLK_LargeArray)); in requiresStackProtector()
468 std::make_pair(AI, MachineFrameInfo::SSPLK_LargeArray)); in requiresStackProtector()
481 AI, IsLarge ? MachineFrameInfo::SSPLK_LargeArray in requiresStackProtector()
H A DLocalStackSlotAllocation.cpp255 case MachineFrameInfo::SSPLK_LargeArray: in calculateFrameObjectOffsets()
H A DStackColoring.cpp968 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
H A DPrologEpilogInserter.cpp1022 case MachineFrameInfo::SSPLK_LargeArray: in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h115 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest enumerator