Home
last modified time | relevance | path

Searched defs:StackObject (Results 1 – 10 of 10) 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-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h40 struct StackObject { struct
46 SmallVector<StackObject, 8> StackObjects; argument
DMIRPrinter.cpp420 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
437 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
456 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-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h123 struct StackObject { struct
126 int64_t SPOffset;
130 uint64_t Size;
133 Align Alignment;
138 bool isImmutable;
142 bool isSpillSlot;
149 bool isStatepointSpillSlot = false;
160 uint8_t StackID;
184 StackObject(uint64_t Size, Align Alignment, int64_t SPOffset, argument
187 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/external/python/cpython2/Lib/
Dpickletools.py697 class StackObject(object): class
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h105 StackObject, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h141 StackObject, enumerator
/external/python/cpython3/Lib/
Dpickletools.py948 class StackObject(object): class