Home
last modified time | relevance | path

Searched refs:createMachineMemOperandFor (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h490 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1237 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1296 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp1155 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
1343 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg, in X86SelectLoad()
3971 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI)); in tryToFoldLoadIntoMI()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1998 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad()
2203 createMachineMemOperandFor(I)); in selectStore()
2212 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2277 FastISel::createMachineMemOperandFor(const Instruction *I) const { in createMachineMemOperandFor() function in FastISel