Searched refs:emitStore (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 198 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 D | AArch64FastISel.cpp | 228 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 2082 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2212 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3098 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3338 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 210 return this->emitStore(*T, BO); in VisitBinaryOperator() 550 return this->emitStore(*LT, E); in VisitCompoundAssignOperator() 1329 return this->emitStore(*T, E); in VisitUnaryOperator() 1342 return this->emitStore(*T, E); in VisitUnaryOperator()
|
| /openbsd-src/gnu/llvm/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()
|