Home
last modified time | relevance | path

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

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