Home
last modified time | relevance | path

Searched refs:WideOpc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes()
77 : WideOpc(WideOpc), NarrowOpc(NarrowOpc) {} in OpCodes()
79 unsigned WideOpc; ///< Wide opcode member
102 unsigned WideOpc() const { return Ops.WideOpc; } in WideOpc() function
113 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp66 uint16_t WideOpc; // Wide opcode member
249 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()