Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h141 StackObject, enumerator
/third_party/python/Lib/
Dpickletools.py948 class StackObject(object): class