Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp114 struct MemOpQueueEntry { struct
115 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp129 struct MemOpQueueEntry { struct
130 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp133 struct MemOpQueueEntry { struct
134 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