Searched refs:emitLoad (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 244 static void emitLoad(MachineFunction &MF, MachineBasicBlock &MBB, in emitLoad() function 374 emitLoad(MF, MBB, MBB.end(), TII, Regs[I], Regs[I + 1], Size - I - 2, in getOrCreateFrameHelper() 377 emitLoad(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], Size, in getOrCreateFrameHelper() 520 emitLoad(MF, MBB, MBBI, *TII, Regs[I], Regs[I + 1], Size - I - 2, false); in lowerEpilog() 522 emitLoad(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], Size, true); in lowerEpilog()
|
H A 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() 3331 unsigned ResultReg = emitLoad(VT, VT, Src); in tryEmitSmallMemCpy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 181 bool emitLoad(MVT VT, unsigned &ResultReg, Address &Addr); 752 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr) { in emitLoad() function in MipsFastISel 899 if (!emitLoad(VT, ResultReg, Addr)) in selectLoad()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2017 if (!this->emitLoad(LHST, E)) in VisitFloatCompoundAssignOperator() 2077 if (!this->emitLoad(*LT, LHS)) in VisitPointerCompoundAssignOperator() 2143 if (!this->emitLoad(*LT, E)) in VisitCompoundAssignOperator() 4909 if (!this->emitLoad(*T, E)) in VisitUnaryOperator() 4958 if (!this->emitLoad(*T, E)) in VisitUnaryOperator()
|