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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp65 uint16_t WideOpc; // Wide opcode member in struct:__anon5101::ReduceEntry
248 unsigned FromOpc = ReduceTable[i].WideOpc;
418 switch (Entry.WideOpc) {
466 bool IsStore = Entry.WideOpc == ARM::t2STR_POST;
542 (Entry.WideOpc == ARM::t2LDMIA_UPD ||
543 Entry.WideOpc == ARM::t2STMDB_UPD)) {
547 (Entry.WideOpc != ARM::t2LDMIA_UPD &&
548 Entry.WideOpc != ARM::t2STMIA_UPD)) {
586 if (Entry.WideOpc == ARM::t2STMIA)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) argument
77 : WideOpc(WideOpc), NarrowOpc(NarrowOpc) {}
79 unsigned WideOpc; ///< Wide opcode member in struct:__anon5246::OpCodes
102 unsigned WideOpc() const { return Ops.WideOpc; } function in struct:__anon5246::ReduceEntry
113 bool operator<(const unsigned int r) const { return (WideOpc() < r); }
117 return (r < re.WideOpc());
207 // This table must be sorted by WideOpc as a main criterion and
633 if (MI2->getOpcode() != Entry.WideOpc())
[all...]

Completed in 93 milliseconds