Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h506 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1192 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load)); in selectLoad()
1248 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store)); in selectStore()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1154 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned); in X86SelectStore()
1342 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg, in X86SelectLoad()
3994 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI)); in tryToFoldLoadIntoMI()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1993 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad()
2199 createMachineMemOperandFor(I)); in selectStore()
2208 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2383 FastISel::createMachineMemOperandFor(const Instruction *I) const { in createMachineMemOperandFor() function in FastISel