Searched refs:emitStore (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 202 static void emitStore(MachineFunction &MF, MachineBasicBlock &MBB, in emitStore() function 338 emitStore(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], in getOrCreateFrameHelper() 347 emitStore(MF, MBB, MBB.end(), TII, Regs[I - 1], Regs[I], Size - I - 1, in getOrCreateFrameHelper() 588 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 600 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 609 emitStore(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], -Size, true); in lowerProlog() 611 emitStore(MF, MBB, MBBI, *TII, Regs[I - 1], Regs[I], Size - I - 1, false); in lowerProlog()
|
| H A D | AArch64FastISel.cpp | 229 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 2076 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2206 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3092 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3325 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 466 : this->emitStore(*T, BO); in VisitBinaryOperator() 1290 return this->emitStore(LHST, E); in VisitFloatCompoundAssignOperator() 1443 return this->emitStore(*ResultT, E); in VisitCompoundAssignOperator() 2724 return this->emitStore(*T, E); in VisitUnaryOperator() 2763 return this->emitStore(*T, E); in VisitUnaryOperator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 182 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()
|