Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp227 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp183 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()