Searched refs:emitStore (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 116 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 118 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr, 679 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel 803 if (!emitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment())) in selectStore()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 186 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 1960 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2059 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3010 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3219 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|