HomeSort by relevance Sort by last modified time
    Searched refs:EmitStore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 74 bool EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
214 bool MipsFastISel::EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
288 if (!EmitStore(VT, SrcReg, Addr, cast<StoreInst>(I)->getAlignment()))
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 127 bool EmitStore(MVT VT, unsigned SrcReg, Address Addr,
617 bool AArch64FastISel::EmitStore(MVT VT, unsigned SrcReg, Address Addr,
663 return EmitStore(VT, SrcReg, Addr, /*UseUnscaled*/ true);
709 if (!EmitStore(VT, SrcReg, Addr))
    [all...]

Completed in 188 milliseconds