Searched refs:InstARM32Insert (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 1568 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
|
D | IceTargetLoweringARM32.h | 470 Context.insert<InstARM32Insert>(Dest, Src0, Index, Pred);
|
D | IceInstARM32.cpp | 1709 void InstARM32Insert::emit(const Cfg *Func) const { in emit() 1741 void InstARM32Insert::emitIAS(const Cfg *Func) const { in emitIAS()
|