Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp158 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
398 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel
1237 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1296 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp189 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
1121 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel
1871 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad()
2145 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()