Searched refs:emitLoad (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 114 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 618 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad() function in MipsFastISel 774 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, 1676 unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr, in emitLoad() function in AArch64FastISel 1899 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad() 3215 unsigned ResultReg = emitLoad(VT, VT, Src); in tryEmitSmallMemCpy()
|