Home
last modified time | relevance | path

Searched refs:emitStore (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp116 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/
DAArch64FastISel.cpp186 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()