Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1313 class InstARM32Str final : public InstARM32Pred {
1314 InstARM32Str() = delete;
1315 InstARM32Str(const InstARM32Str &) = delete;
1316 InstARM32Str &operator=(const InstARM32Str &) = delete;
1320 static InstARM32Str *create(Cfg *Func, Variable *Value, OperandARM32Mem *Mem, in create()
1322 return new (Func->allocate<InstARM32Str>()) in create()
1323 InstARM32Str(Func, Value, Mem, Predicate); in create()
1331 InstARM32Str(Cfg *Func, Variable *Value, OperandARM32Mem *Mem,
DIceInstARM32.cpp1486 InstARM32Str::InstARM32Str(Cfg *Func, Variable *Value, OperandARM32Mem *Mem, in InstARM32Str() function in Ice::ARM32::InstARM32Str
2745 void InstARM32Str::emit(const Cfg *Func) const { in emit()
2770 void InstARM32Str::emitIAS(const Cfg *Func) const { in emitIAS()
2804 void InstARM32Str::dump(const Cfg *Func) const { in dump()
DIceTargetLoweringARM32.h793 Context.insert<InstARM32Str>(Value, Addr, Pred);
DIceTargetLoweringARM32.cpp2064 } else if (auto *StrInstr = llvm::dyn_cast<InstARM32Str>(CurInstr)) { in postLowerLegalization()