Searched refs:InstARM32Ldr (Results 1 – 4 of 4) sorted by relevance
1045 using InstARM32Ldr = InstARM32LoadBase<InstARM32::Ldr>; variable1703 template <> void InstARM32Ldr::emit(const Cfg *Func) const;
1830 template <> const char *InstARM32Ldr::Opcode = "ldr";2320 template <> void InstARM32Ldr::emit(const Cfg *Func) const { in emit()2404 template <> void InstARM32Ldr::emitIAS(const Cfg *Func) const { in emitIAS()
389 Context.insert<InstARM32Ldr>(Dest, Addr, Pred);
2048 } else if (auto *LdrInstr = llvm::dyn_cast<InstARM32Ldr>(CurInstr)) { in postLowerLegalization()