Home
last modified time | relevance | path

Searched refs:InstARM32Ldr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1045 using InstARM32Ldr = InstARM32LoadBase<InstARM32::Ldr>; variable
1703 template <> void InstARM32Ldr::emit(const Cfg *Func) const;
DIceInstARM32.cpp1830 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()
DIceTargetLoweringARM32.h389 Context.insert<InstARM32Ldr>(Dest, Addr, Pred);
DIceTargetLoweringARM32.cpp2048 } else if (auto *LdrInstr = llvm::dyn_cast<InstARM32Ldr>(CurInstr)) { in postLowerLegalization()