Home
last modified time | relevance | path

Searched defs:StackObject (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackLayout.h33 struct StackObject { struct
38 SmallVector<StackObject, 8> StackObjects; argument
DMIRPrinter.cpp339 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
350 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
369 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackLayout.h41 struct StackObject { struct
47 SmallVector<StackObject, 8> StackObjects; argument
DMIRPrinter.cpp403 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
419 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
438 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h83 struct StackObject { struct
86 int64_t SPOffset;
90 uint64_t Size;
93 unsigned Alignment;
98 bool isImmutable;
102 bool isSpillSlot;
131 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h106 struct StackObject { struct
109 int64_t SPOffset;
113 uint64_t Size;
116 unsigned Alignment;
121 bool isImmutable;
125 bool isSpillSlot;
132 bool isStatepointSpillSlot = false;
143 uint8_t StackID;
167 StackObject(uint64_t Size, unsigned Alignment, int64_t SPOffset, argument
170 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h80 struct StackObject { struct
83 int64_t SPOffset;
110 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() function
/external/python/cpython2/Lib/
Dpickletools.py697 class StackObject(object): class
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h105 StackObject, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h130 StackObject, enumerator
/external/python/cpython3/Lib/
Dpickletools.py913 class StackObject(object): class