Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h1292 class InstARM32Ret : public InstARM32 {
1293 InstARM32Ret() = delete;
1294 InstARM32Ret(const InstARM32Ret &) = delete;
1295 InstARM32Ret &operator=(const InstARM32Ret &) = delete;
1298 static InstARM32Ret *create(Cfg *Func, Variable *LR,
1300 return new (Func->allocate<InstARM32Ret>()) InstARM32Ret(Func, LR, Source);
1308 InstARM32Ret(Cfg *Func, Variable *LR, Variable *Source);
H A DIceInstARM32.cpp1479 InstARM32Ret::InstARM32Ret(Cfg *Func, Variable *LR, Variable *Source) in InstARM32Ret() function in Ice::ARM32::InstARM32Ret
2715 void InstARM32Ret::emit(const Cfg *Func) const { in emit()
2729 void InstARM32Ret::emitIAS(const Cfg *Func) const { in emitIAS()
2736 void InstARM32Ret::dump(const Cfg *Func) const { in dump()
H A DIceTargetLoweringARM32.h754 Context.insert<InstARM32Ret>(LR, Src0);
H A DIceTargetLoweringARM32.cpp1703 if (llvm::isa<InstARM32Ret>(*RI)) in addEpilog()