Searched refs:MemAddress (Results 1 – 2 of 2) sorted by relevance
192 struct MemAddress { struct in __anondd5682560111::SILoadStoreOptimizer197 using MemInfoMap = DenseMap<MachineInstr *, MemAddress>;264 Register computeBase(MachineInstr &MI, const MemAddress &Addr) const;267 void processBaseWithConstOffset(const MachineOperand &Base, MemAddress &Addr) const;1921 const MemAddress &Addr) const { in computeBase()2014 MemAddress &Addr) const { in processBaseWithConstOffset()2094 MemAddress MAddr; in promoteConstantOffsetToImm()2136 MemAddress AnchorAddr; in promoteConstantOffsetToImm()2157 MemAddress MAddrNext; in promoteConstantOffsetToImm()
9884 Address MemAddress = EmitPointerWithAlignment(E->getArg(0)); in EmitAArch64BuiltinExpr() local9885 Builder.CreateStore(RandomValue, MemAddress); in EmitAArch64BuiltinExpr()