Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h1281 using InstMIPS32Swc1 = InstMIPS32Store<InstMIPS32::Swc1>; variable
1448 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const;
1548 template <> constexpr const char *InstMIPS32Swc1::Opcode = "swc1";
DIceTargetLoweringMIPS32.h573 Context.insert<InstMIPS32Swc1>(Value, Mem); in _swc1()
DIceInstMIPS32.cpp1103 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const { in emitIAS()
DIceTargetLoweringMIPS32.cpp2158 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()