Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EmitStore

127   bool EmitStore(MVT VT, unsigned SrcReg, Address Addr,
617 bool AArch64FastISel::EmitStore(MVT VT, unsigned SrcReg, Address Addr,
663 return EmitStore(VT, SrcReg, Addr, /*UseUnscaled*/ true);
709 if (!EmitStore(VT, SrcReg, Addr))
1267 if (!EmitStore(ArgVT, Arg, Addr))
1473 RV = EmitStore(VT, ResultReg, Dest);