Searched refs:emitLoad (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 133 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 717 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad() function in MipsFastISel 873 if (!emitLoad(VT, ResultReg, Addr, cast<LoadInst>(I)->getAlignment())) in selectLoad()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 184 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true, 1698 unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr, in emitLoad() function in AArch64FastISel 1939 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad() 3220 unsigned ResultReg = emitLoad(VT, VT, Src); in tryEmitSmallMemCpy()
|