Searched refs:InstARM32Ldrex (Results 1 – 4 of 4) sorted by relevance
391 InstARM32Ldrex *_ldrex(Variable *Dest, OperandARM32Mem *Addr,393 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred);
1831 template <> const char *InstARM32Ldrex::Opcode = "ldrex";2451 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { in emit()2467 template <> void InstARM32Ldrex::emitIAS(const Cfg *Func) const { in emitIAS()
1046 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>; variable
2055 } else if (auto *LdrexInstr = llvm::dyn_cast<InstARM32Ldrex>(CurInstr)) { in postLowerLegalization()