Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp156 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
408 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() function in WebAssemblyFastISel
1253 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1312 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp186 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
1120 void AArch64FastISel::addLoadStoreOperands(Address &Addr, in addLoadStoreOperands() function in AArch64FastISel
1862 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO); in emitLoad()
2136 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO); in emitStore()