Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp202 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 DAArch64FastISel.cpp229 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 DByteCodeExprGen.cpp466 : 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 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()