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

  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 45 /// or a sequence of writes on one operand.
109 /// Writes and ReadDefs are empty. ProcIndices contains 0 for any processor.
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
126 /// that mapped the itinerary class to the variant Writes or Reads.
132 IdxVec Writes;
148 return ItinClassDef == IC && Writes == W && Reads == R;
338 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
350 const IdxVec &Writes,
396 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
CodeGenSchedule.cpp 190 RecVec Seq = RWDef->getValueAsListOfDefs("Writes");
209 // Reserve idx=0 for invalid writes/reads.
282 // itinerary resources. Index reads and writes in separate domains.
298 findRWs(WI->TheDef->getValueAsListOfDefs("Writes"), WI->Sequence,
333 /// Compute a SchedWrite name from a sequence of writes.
388 IdxVec &Writes, IdxVec &Reads) const {
392 findRWs(WriteDefs, Writes, false);
464 // Find the existing SchedWrite that models this sequence of writes.
515 IdxVec Writes, Reads;
517 findRWs((*I)->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads)
    [all...]
SubtargetEmitter.cpp 882 IdxVec Writes = SCI->Writes;
897 Writes.clear();
900 Writes, Reads);
903 if (Writes.empty()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 158 /// Writes - One of the operands writes the virtual register.
159 bool Writes;
  /external/blktrace/doc/
blktrace.tex 163 Reads Queued: 0, 0KiB Writes Queued: 7, 128KiB
165 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
170 Reads Queued: 0, 0KiB Writes Queued: 1, 28KiB
172 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
177 Reads Queued: 0, 0KiB Writes Queued: 11, 168KiB
179 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
299 Reads Queued: 0, 0KiB Writes Queued: 9, 5,520KiB
301 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
305 Reads Queued: 2,411, 38,576KiB Writes Queued: 769, 425,408KiB
307 Reads Completed: 0, 0KiB Writes Completed: 0, 0Ki
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 273 RI.Writes = true;
InlineSpiller.cpp 867 // If the instruction also writes VirtReg.reg, it had better not require the
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 111 0x40 Upstream ISOC writes
112 0x80 Upstream non-ISOC writes
195 0x08 32 Bytes Sized Writes
196 0x10 64 Bytes Sized Writes
  /external/oprofile/events/x86-64/hammer/
unit_masks 96 0x40 Upstream writes (RevD and later)
120 0x04 32-byte Sized Writes (RevD and later)
121 0x08 64-byte Sized Writes (RevD and later)
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 357 * Writes out the tag value.
440 * Set the byte ordering for future writes.
473 * Writes scalar value to output stream.
511 * Writes string.
  /external/oprofile/events/i386/atom/
unit_masks 41 0x22 st L1 Cacheable Data Writes
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 223 """ Writes the contents of this manifest file as a JSON-encoded text file.
628 """ Writes a zip file containing all of the files in this Sample's dir."""
  /external/oprofile/events/x86-64/family10/
unit_masks 117 0x40 Upstream ISOC writes
118 0x80 Upstream non-ISOC writes
224 0x08 32 Bytes Sized Writes
225 0x10 64 Bytes Sized Writes
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 25 * Adds a child pre element to the end of |parent|, and writes the
124 * whose length is a multiple of two. Writes multiple lines to |out| with
244 * Formats the parameters for |entry| and writes them to |out|.

Completed in 375 milliseconds