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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp305 unsigned STOpc = local
308 MI.setDesc(TII.get(STOpc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp652 unsigned LDOpc, STOpc; local
670 STOpc = Hexagon::S2_storerb_io;
674 STOpc = Hexagon::S2_storerh_io;
678 STOpc = Hexagon::S2_storeri_io;
683 STOpc = Hexagon::S2_storerd_io;
711 BuildMI(MBB, InsertPt, dl, HII.get(STOpc))

Completed in 64 milliseconds