Searched refs:emitStore (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 196 static void emitStore(MachineFunction &MF, MachineBasicBlock &MBB, in emitStore() function 298 emitStore(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], in getOrCreateFrameHelper() 307 emitStore(MF, MBB, MBB.end(), TII, Regs[I - 1], Regs[I], Size - I - 1, in getOrCreateFrameHelper() 530 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 542 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 551 emitStore(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], -Size, true); in lowerProlog() 553 emitStore(MF, MBB, MBBI, *TII, Regs[I - 1], Regs[I], Size - I - 1, false); in lowerProlog()
|
| H A D | AArch64FastISel.cpp | 227 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 2058 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2188 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3074 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3301 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 183 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 185 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr, 811 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel 934 if (!emitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment())) in selectStore()
|