Home
last modified time | relevance | path

Searched refs:InstARM32Vstr1 (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h1363 class InstARM32Vstr1 final : public InstARM32Pred {
1364 InstARM32Vstr1() = delete;
1365 InstARM32Vstr1(const InstARM32Vstr1 &) = delete;
1366 InstARM32Vstr1 &operator=(const InstARM32Vstr1 &) = delete;
1370 static InstARM32Vstr1 *create(Cfg *Func, Variable *Value, in create()
1373 return new (Func->allocate<InstARM32Vstr1>()) in create()
1374 InstARM32Vstr1(Func, Value, Mem, Predicate, Size); in create()
1382 InstARM32Vstr1(Cfg *Func, Variable *Value, OperandARM32Mem *Mem,
H A DIceInstARM32.cpp1500 InstARM32Vstr1::InstARM32Vstr1(Cfg *Func, Variable *Value, OperandARM32Mem *Mem, in InstARM32Vstr1() function in Ice::ARM32::InstARM32Vstr1
2857 void InstARM32Vstr1::emit(const Cfg *Func) const { in emit()
2882 void InstARM32Vstr1::emitIAS(const Cfg *Func) const { in emitIAS()
2890 void InstARM32Vstr1::dump(const Cfg *Func) const { in dump()
H A DIceTargetLoweringARM32.h975 Context.insert<InstARM32Vstr1>(Value, Addr, Pred, 32);
979 Context.insert<InstARM32Vstr1>(Value, Addr, Pred, 64);