Home
last modified time | relevance | path

Searched defs:SlotData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp59 struct SlotData { struct
60 int Slot;
61 int Size;
62 int Align;
63 int Offset;
64 SlotType SlotTy;
66 SlotData(const MachineFrameInfo &MFI, const int ValOffset, const int Idx) in SlotData() argument
80 bool operator<(const SlotData &Rhs) const { return Offset > Rhs.Offset; } in operator <()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.h175 struct SlotData { struct
180 std::optional<SlotData> allocateSlotData(SkArenaAlloc* alloc) const; argument