Searched refs:emitStore (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 203 static void emitStore(MachineFunction &MF, MachineBasicBlock &MBB, in emitStore() function 339 emitStore(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], in getOrCreateFrameHelper() 348 emitStore(MF, MBB, MBB.end(), TII, Regs[I - 1], Regs[I], Size - I - 1, in getOrCreateFrameHelper() 589 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 601 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 610 emitStore(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], -Size, true); in lowerProlog() 612 emitStore(MF, MBB, MBBI, *TII, Regs[I - 1], Regs[I], Size - I - 1, false); in lowerProlog()
|
H A D | AArch64FastISel.cpp | 230 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 2077 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2207 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3097 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3335 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 828 if (!this->emitStore(*T, BO)) in VisitBinaryOperator() 2056 return this->emitStore(LHST, E); in VisitFloatCompoundAssignOperator() 2214 return this->emitStore(*ResultT, E); in VisitCompoundAssignOperator() 4915 if (!this->emitStore(*T, E)) in VisitUnaryOperator() 4964 if (!this->emitStore(*T, E)) in VisitUnaryOperator()
|