Searched defs:MemOpQueueEntry (Results 1 – 3 of 3) sorted by relevance
76 struct MemOpQueueEntry { struct77 int Offset;78 unsigned Reg;79 bool isKill;80 unsigned Position;81 MachineBasicBlock::iterator MBBI;82 bool Merged;83 MemOpQueueEntry(int o, unsigned r, bool k, unsigned p, in MemOpQueueEntry() function
130 struct MemOpQueueEntry { struct131 MachineInstr *MI;132 int Offset; ///< Load/Store offset.133 unsigned Position; ///< Position as counted from end of basic block.135 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() function
114 struct MemOpQueueEntry { struct115 MachineInstr *MI;116 int Offset; ///< Load/Store offset.117 unsigned Position; ///< Position as counted from end of basic block.118 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() function