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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp425 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : local
427 assert(WOpc && "Unexpected size");
430 const MCInstrDesc &StD = TII->get(WOpc);
449 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : local
451 assert(WOpc && "Unexpected size");
453 const MCInstrDesc &StD = TII->get(WOpc);

Completed in 106 milliseconds