Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp102 template <> const char *InstMIPS32Lw::Opcode = "lw";
919 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1236 using InstMIPS32Lw = InstMIPS32Load<InstMIPS32::Lw>; variable
1405 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h347 Context.insert<InstMIPS32Lw>(Value, Mem); in _lw()
DIceTargetLoweringMIPS32.cpp2212 if (llvm::isa<InstMIPS32Lw>(CurInstr)) { in postLowerLegalization()