Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp194 const MCInstrDesc &UseMID = UseMI.getDesc(); in canRemoveAddasl() local
195 if ((!UseMID.mayLoad() && !UseMID.mayStore()) || in canRemoveAddasl()
201 if (UseMID.mayStore() && UseMI.getOperand(2).isReg() && in canRemoveAddasl()
626 const MCInstrDesc &UseMID = UseMI->getDesc(); in changeAddAsl() local
641 if (UseMID.mayLoad()) { in changeAddAsl()
649 } else if (UseMID.mayStore()) { in changeAddAsl()