Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp184 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
186 bool emitStore(MVT VT, unsigned SrcReg, Address &Addr,
814 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore() function in MipsFastISel
938 if (!emitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment())) in selectStore()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp230 bool emitStore(MVT VT, unsigned SrcReg, Address Addr,
2078 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, in emitStore() function in AArch64FastISel
2208 if (!emitStore(VT, SrcReg, Addr, createMachineMemOperandFor(I))) in selectStore()
3112 if (!emitStore(ArgVT, ArgReg, Addr, MMO)) in processCallArgs()
3326 if (!emitStore(VT, ResultReg, Dest)) in tryEmitSmallMemCpy()