Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h333 class InstMIPS32Ret : public InstMIPS32 {
335 InstMIPS32Ret() = delete;
336 InstMIPS32Ret(const InstMIPS32Ret &) = delete;
337 InstMIPS32Ret &operator=(const InstMIPS32Ret &) = delete;
340 static InstMIPS32Ret *create(Cfg *Func, Variable *RA,
342 return new (Func->allocate<InstMIPS32Ret>())
343 InstMIPS32Ret(Func, RA, Source);
351 InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source);
DIceInstMIPS32.cpp325 InstMIPS32Ret::InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source) in InstMIPS32Ret() function in Ice::MIPS32::InstMIPS32Ret
424 void InstMIPS32Ret::emit(const Cfg *Func) const { in emit()
609 void InstMIPS32Ret::emitIAS(const Cfg *Func) const { in emitIAS()
618 void InstMIPS32Ret::dump(const Cfg *Func) const { in dump()
DIceTargetLoweringMIPS32.h207 Context.insert<InstMIPS32Ret>(RA, Src0);
DIceTargetLoweringMIPS32.cpp1753 if (llvm::isa<InstMIPS32Ret>(*RI)) in addEpilog()