Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackProtector.h43 SSPLK_AddrOf ///< The address of this allocation is exposed and enumerator
/external/llvm/lib/CodeGen/
DStackProtector.cpp81 else if (I->second != SSPLK_LargeArray && Kind != SSPLK_AddrOf) in adjustForColoring()
273 Layout.insert(std::make_pair(AI, SSPLK_AddrOf)); in RequiresStackProtector()
DLocalStackSlotAllocation.cpp218 case StackProtector::SSPLK_AddrOf: in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp855 case StackProtector::SSPLK_AddrOf: in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp224 case MachineFrameInfo::SSPLK_AddrOf: in calculateFrameObjectOffsets()
DStackProtector.cpp305 Layout.insert(std::make_pair(AI, MachineFrameInfo::SSPLK_AddrOf)); in RequiresStackProtector()
DStackColoring.cpp942 FromKind != MachineFrameInfo::SSPLK_AddrOf))) in remapInstructions()
DPrologEpilogInserter.cpp849 case MachineFrameInfo::SSPLK_AddrOf: in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h100 SSPLK_AddrOf ///< The address of this allocation is exposed and enumerator