Home
last modified time | relevance | path

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

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