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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h505 MachineMemOperand *createMachineMemOperandFor(const Instruction *I) const;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1020 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Load));
1078 addLoadStoreOperands(Addr, MIB, createMachineMemOperandFor(Store));
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1130 return X86FastEmitStore(VT, Val, AM, createMachineMemOperandFor(I), Aligned);
1320 if (!X86FastEmitLoad(VT, AM, createMachineMemOperandFor(LI), ResultReg,
3775 Result->addMemOperand(*FuncInfo.MF, createMachineMemOperandFor(LI));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2160 FastISel::createMachineMemOperandFor(const Instruction *I) const { function in class:FastISel
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1939 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I));
2117 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I)))

Completed in 140 milliseconds