Searched refs:InstMIPS32Swc1 (Results 1 – 4 of 4) sorted by relevance
147 template <> const char *InstMIPS32Swc1::Opcode = "swc1";1197 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const { in emitIAS()
1281 using InstMIPS32Swc1 = InstMIPS32Store<InstMIPS32::Swc1>; variable1448 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const;
573 Context.insert<InstMIPS32Swc1>(Value, Mem); in _swc1()
2198 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()