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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h504 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1199 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load));
1256 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1138 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
1323 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg,
3961 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2024 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I));
2230 createMachineMemOperandFor(I));
2239 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2448 FastISel::createMachineMemOperandFor(const Instruction *I) const { function in class:FastISel

Completed in 83 milliseconds