Home
last modified time | relevance | path

Searched refs:emitLoad (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp120 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
704 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad() function in MipsFastISel
860 if (!emitLoad(VT, ResultReg, Addr, cast<LoadInst>(I)->getAlignment())) in selectLoad()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp185 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true,
1706 unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr, in emitLoad() function in AArch64FastISel
1932 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad()
3191 unsigned ResultReg = emitLoad(VT, VT, Src); in tryEmitSmallMemCpy()