Searched refs:WideOpc (Results 1 – 2 of 2) sorted by relevance
76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes()77 : WideOpc(WideOpc), NarrowOpc(NarrowOpc) {} in OpCodes()79 unsigned WideOpc; ///< Wide opcode member102 unsigned WideOpc() const { return Ops.WideOpc; } in WideOpc() function113 bool operator<(const unsigned int r) const { return (WideOpc() < r); } in operator <()117 return (r < re.WideOpc()); in operator <()633 if (MI2->getOpcode() != Entry.WideOpc()) in ReduceMoveToMovep()
66 uint16_t WideOpc; // Wide opcode member249 unsigned FromOpc = ReduceTable[i].WideOpc; in INITIALIZE_PASS()416 switch (Entry.WideOpc) { in ReduceLoadStore()464 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore()550 (Entry.WideOpc == ARM::t2LDMIA_UPD || in ReduceLoadStore()551 Entry.WideOpc == ARM::t2STMDB_UPD)) { in ReduceLoadStore()555 (Entry.WideOpc != ARM::t2LDMIA_UPD && in ReduceLoadStore()556 Entry.WideOpc != ARM::t2STMIA_UPD)) { in ReduceLoadStore()594 if (Entry.WideOpc == ARM::t2STMIA) in ReduceLoadStore()