Searched refs:InstMIPS32Lw (Results 1 – 4 of 4) sorted by relevance
102 template <> const char *InstMIPS32Lw::Opcode = "lw";919 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const { in emitIAS()
1236 using InstMIPS32Lw = InstMIPS32Load<InstMIPS32::Lw>; variable1405 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const;
347 Context.insert<InstMIPS32Lw>(Value, Mem); in _lw()
2212 if (llvm::isa<InstMIPS32Lw>(CurInstr)) { in postLowerLegalization()