Searched refs:InstARM32Str (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 1313 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,
|
D | IceInstARM32.cpp | 1486 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()
|
D | IceTargetLoweringARM32.h | 793 Context.insert<InstARM32Str>(Value, Addr, Pred);
|
D | IceTargetLoweringARM32.cpp | 2064 } else if (auto *StrInstr = llvm::dyn_cast<InstARM32Str>(CurInstr)) { in postLowerLegalization()
|