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 61 struct Writeback {
84 Writeback writeback; local
85 writeback.Address = address;
86 writeback.AddressType = addressType;
87 writeback.Temporary = temporary;
88 Writebacks.push_back(writeback);
93 typedef SmallVectorImpl<Writeback>::const_iterator writeback_iterator;
98 SmallVector<Writeback, 1> Writebacks;
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 168 bool Writeback = true;
172 Writeback = false;
179 if (Writeback) O << "!";

Completed in 36 milliseconds