Home
last modified time | relevance | path

Searched refs:MemAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp173 struct MemAddress { struct in __anon923e008a0111::SILoadStoreOptimizer
178 using MemInfoMap = DenseMap<MachineInstr *, MemAddress>;
237 Register computeBase(MachineInstr &MI, const MemAddress &Addr) const;
240 void processBaseWithConstOffset(const MachineOperand &Base, MemAddress &Addr) const;
1676 const MemAddress &Addr) const { in computeBase()
1769 MemAddress &Addr) const { in processBaseWithConstOffset()
1848 MemAddress MAddr; in promoteConstantOffsetToImm()
1890 MemAddress AnchorAddr; in promoteConstantOffsetToImm()
1911 MemAddress MAddrNext; in promoteConstantOffsetToImm()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp9326 Address MemAddress = EmitPointerWithAlignment(E->getArg(0)); in EmitAArch64BuiltinExpr() local
9327 Builder.CreateStore(RandomValue, MemAddress); in EmitAArch64BuiltinExpr()