Home
last modified time | relevance | path

Searched refs:emitStore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp197 static void emitStore(MachineFunction &MF, MachineBasicBlock &MBB, in emitStore() function
299 emitStore(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], in getOrCreateFrameHelper()
308 emitStore(MF, MBB, MBB.end(), TII, Regs[I - 1], Regs[I], Size - I - 1, in getOrCreateFrameHelper()
531 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog()
543 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog()
552 emitStore(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], -Size, true); in lowerProlog()
554 emitStore(MF, MBB, MBBI, *TII, Regs[I - 1], Regs[I], Size - I - 1, false); in lowerProlog()
H A DAArch64FastISel.cpp228 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()
3308 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp182 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr);
806 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr) { in emitStore() function in MipsFastISel
928 if (!emitStore(VT, SrcReg, Addr)) in selectStore()