Searched refs:InstMIPS32Sw (Results 1 – 4 of 4) sorted by relevance
146 template <> const char *InstMIPS32Sw::Opcode = "sw";1189 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const { in emitIAS()
1280 using InstMIPS32Sw = InstMIPS32Store<InstMIPS32::Sw>; variable1447 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const;
569 Context.insert<InstMIPS32Sw>(Value, Mem); in _sw()
2191 if (llvm::isa<InstMIPS32Sw>(CurInstr)) { in postLowerLegalization()