Lines Matching refs:InstARM32LoadBase
699 class InstARM32LoadBase : public InstARM32Pred {
700 InstARM32LoadBase() = delete;
701 InstARM32LoadBase(const InstARM32LoadBase &) = delete;
702 InstARM32LoadBase &operator=(const InstARM32LoadBase &) = delete;
705 static InstARM32LoadBase *create(Cfg *Func, Variable *Dest, Operand *Source, in create()
707 return new (Func->allocate<InstARM32LoadBase>()) in create()
708 InstARM32LoadBase(Func, Dest, Source, Predicate); in create()
725 InstARM32LoadBase(Cfg *Func, Variable *Dest, Operand *Source, in InstARM32LoadBase() function
1045 using InstARM32Ldr = InstARM32LoadBase<InstARM32::Ldr>;
1046 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>;
1047 using InstARM32Vldr1d = InstARM32LoadBase<InstARM32::Vldr1d>;
1048 using InstARM32Vldr1q = InstARM32LoadBase<InstARM32::Vldr1q>;