Searched defs:MemOpQueueEntry (Results 1 – 3 of 3) sorted by relevance
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() argument
129 struct MemOpQueueEntry { struct130 MachineInstr *MI;131 int Offset; ///< Load/Store offset.132 unsigned Position; ///< Position as counted from end of basic block.134 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() function
133 struct MemOpQueueEntry { struct134 MachineInstr *MI;135 int Offset; ///< Load/Store offset.136 unsigned Position; ///< Position as counted from end of basic block.138 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() function