Searched refs:emitStore (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 135 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 137 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr, 778 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel 902 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, 2000 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel 2117 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore() 3014 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs() 3224 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()
|