HomeSort by: relevance | last modified time | path
    Searched defs:Writeback (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMInstPrinter.cpp 232 bool Writeback = true;
236 Writeback = false;
244 if (Writeback)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 268 struct Writeback {
276 /// A value to "use" after the writeback, or null.
310 Writeback writeback = {srcLV, temporary, toUse}; local
311 Writebacks.push_back(writeback);
316 typedef llvm::iterator_range<SmallVectorImpl<Writeback>::const_iterator>
344 SmallVector<Writeback, 1> Writebacks;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 277 // tLDMIA is writeback-only - unless the base register is in the input
286 // There is no non-writeback tSTMIA either.
482 /// due to writeback. This function only works on Thumb1.
640 bool Writeback = isThumb1; // Thumb1 LDM/STM have base reg writeback.
643 // non-writeback.
648 Writeback = false;
684 // as the new base. Will no longer be writeback in Thumb1.
686 Writeback = false;
780 // base register writeback
    [all...]

Completed in 18 milliseconds