Searched refs:emitLoad (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 179 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 755 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad() function in MipsFastISel 906 if (!emitLoad(VT, ResultReg, Addr, cast<LoadInst>(I)->getAlignment())) in selectLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 228 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true, 1752 unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr, in emitLoad() function in AArch64FastISel 1993 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I)); in selectLoad() 3306 unsigned ResultReg = emitLoad(VT, VT, Src); in tryEmitSmallMemCpy()
|
/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()
|