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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 489 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 1235 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load));
1294 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 1162 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
1350 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg,
3946 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 1974 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I));
2179 createMachineMemOperandFor(I));
2188 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I)))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 2262 FastISel::createMachineMemOperandFor(const Instruction *I) const {

Completed in 26 milliseconds