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