HomeSort by: relevance | last modified time | path
    Searched refs:addLoadStoreOperands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 154 void addLoadStoreOperands(const Address &Addr, const MachineInstrBuilder &MIB,
394 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr,
1235 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load));
1294 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 188 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
1097 void AArch64FastISel::addLoadStoreOperands(Address &Addr,
1847 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOLoad, ScaleFactor, MMO);
2121 addLoadStoreOperands(Addr, MIB, MachineMemOperand::MOStore, ScaleFactor, MMO);

Completed in 54 milliseconds