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

  /external/clang/lib/CodeGen/
CGCall.h 58 struct Writeback {
81 Writeback writeback; local
82 writeback.Address = address;
83 writeback.AddressType = addressType;
84 writeback.Temporary = temporary;
85 Writebacks.push_back(writeback);
90 typedef SmallVectorImpl<Writeback>::const_iterator writeback_iterator;
95 SmallVector<Writeback, 1> Writebacks;
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 227 bool Writeback = true;
231 Writeback = false;
239 if (Writeback) O << "!";
    [all...]

Completed in 136 milliseconds