Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp146 template <> const char *InstMIPS32Sw::Opcode = "sw";
1189 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstMIPS32.h1280 using InstMIPS32Sw = InstMIPS32Store<InstMIPS32::Sw>; variable
1447 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const;
DIceTargetLoweringMIPS32.h569 Context.insert<InstMIPS32Sw>(Value, Mem); in _sw()
DIceTargetLoweringMIPS32.cpp2191 if (llvm::isa<InstMIPS32Sw>(CurInstr)) { in postLowerLegalization()