Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp320 unsigned STOpc = in fixStackStores() local
323 MI.setDesc(TII.get(STOpc)); in fixStackStores()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp655 unsigned LDOpc, STOpc; in insertPrologueInBlock() local
673 STOpc = Hexagon::S2_storerb_io; in insertPrologueInBlock()
677 STOpc = Hexagon::S2_storerh_io; in insertPrologueInBlock()
681 STOpc = Hexagon::S2_storeri_io; in insertPrologueInBlock()
686 STOpc = Hexagon::S2_storerd_io; in insertPrologueInBlock()
714 BuildMI(MBB, InsertPt, dl, HII.get(STOpc)) in insertPrologueInBlock()