Home
last modified time | relevance | path

Searched defs:StackSlotInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp49 struct StackSlotInfo { struct
50 int FI;
51 int Offset;
52 unsigned Reg;
53 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp48 struct StackSlotInfo { struct
49 int FI;
50 int Offset;
51 unsigned Reg;
52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp48 struct StackSlotInfo { struct
49 int FI;
50 int Offset;
51 unsigned Reg;
52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function