Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1568 class InstARM32Insert final : public InstARM32Pred {
1569 InstARM32Insert() = delete;
1570 InstARM32Insert(const InstARM32Insert &) = delete;
1571 InstARM32Insert &operator=(const InstARM32Insert &) = delete;
1574 static InstARM32Insert *create(Cfg *Func, Variable *Dest, Variable *Src0, in create()
1576 return new (Func->allocate<InstARM32Insert>()) in create()
1577 InstARM32Insert(Func, Dest, Src0, Index, Predicate); in create()
1584 InstARM32Insert(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, in InstARM32Insert() function
DIceTargetLoweringARM32.h470 Context.insert<InstARM32Insert>(Dest, Src0, Index, Pred);
DIceInstARM32.cpp1709 void InstARM32Insert::emit(const Cfg *Func) const { in emit()
1741 void InstARM32Insert::emitIAS(const Cfg *Func) const { in emitIAS()