Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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() argument