Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp76 struct MemOpQueueEntry { struct
77 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp130 struct MemOpQueueEntry { struct
131 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
/external/llvm/lib/Target/ARM/
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() function