Searched refs:emitStore (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 193 static void emitStore(MachineFunction &MF, MachineBasicBlock &MBB, in emitStore() function 329 emitStore(MF, MBB, MBB.end(), TII, Regs[Size - 2], Regs[Size - 1], in getOrCreateFrameHelper() 338 emitStore(MF, MBB, MBB.end(), TII, Regs[I - 1], Regs[I], Size - I - 1, in getOrCreateFrameHelper() 579 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 591 emitStore(MF, MBB, MBBI, *TII, AArch64::LR, AArch64::FP, -LRIdx - 2, true); in lowerProlog() 600 emitStore(MF, MBB, MBBI, *TII, Regs[Size - 2], Regs[Size - 1], -Size, true); in lowerProlog() 602 emitStore(MF, MBB, MBBI, *TII, Regs[I - 1], Regs[I], Size - I - 1, false); in lowerProlog()
|
| H A D | AArch64FastISel.cpp | 224 bool emitStore(MVT VT, Register SrcReg, Address Addr, 2073 bool AArch64FastISel::emitStore(MVT VT, Register SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2205 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3095 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3333 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 180 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr); 804 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr) { in emitStore() function in MipsFastISel 940 if (!emitStore(VT, SrcReg, Addr)) in selectStore()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 957 if (!this->emitStore(*T, BO)) in VisitBinaryOperator() 2635 return this->emitStore(LHST, E); in VisitFloatCompoundAssignOperator() 2795 return this->emitStore(*ResultT, E); in VisitCompoundAssignOperator()
|