Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp339 unsigned STOpc = in fixStackStores() local
342 MI.setDesc(TII.get(STOpc)); in fixStackStores()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp657 unsigned LDOpc, STOpc; in insertPrologueInBlock() local
675 STOpc = Hexagon::S2_storerb_io; in insertPrologueInBlock()
679 STOpc = Hexagon::S2_storerh_io; in insertPrologueInBlock()
683 STOpc = Hexagon::S2_storeri_io; in insertPrologueInBlock()
688 STOpc = Hexagon::S2_storerd_io; in insertPrologueInBlock()
716 BuildMI(MBB, InsertPt, dl, HII.get(STOpc)) in insertPrologueInBlock()