HomeSort by relevance Sort by last modified time
    Searched refs:Reads (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 154 /// Reads - One of the operands read the virtual register. This does not
156 bool Reads;
177 /// Reads - Read or a super-register is read.
178 bool Reads;
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 70 // added. Note that implicit Reads (from ReadVariant) may have a Sequence
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
126 /// that mapped the itinerary class to the variant Writes or Reads.
133 IdxVec Reads;
148 return ItinClassDef == IC && Writes == W && Reads == R;
338 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
351 const IdxVec &Reads) const;
396 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
CodeGenSchedule.cpp 188 // Reads don't current have sequence records, but it can be added later.
209 // Reserve idx=0 for invalid writes/reads.
282 // itinerary resources. Index reads and writes in separate domains.
388 IdxVec &Writes, IdxVec &Reads) const {
393 findRWs(ReadDefs, Reads, true);
515 IdxVec Writes, Reads;
517 findRWs((*I)->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads);
522 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, ProcIndices);
563 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI
    [all...]
SubtargetEmitter.cpp 883 IdxVec Reads = SCI->Reads;
898 Reads.clear();
900 Writes, Reads);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 44 '''Reads each file in paths and returns a dictionary mapping the path to the
55 '''Reads a single file from the FileSystem.
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 17 * Reads synchsafe integer.
43 * Reads 3bytes integer.
54 * Reads string from reader with specified encoding
86 * Reads text frame from reader.
103 * Reads user defined text frame from reader.
176 * Reads string from reader with specified encoding
257 * Reads last 128 bytes of file in bytebuffer,
  /external/chromium_org/tools/grit/grit/gather/
interface.py 81 '''Reads and parses the contents of what is being gathered.'''
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 273 SmallVector<unsigned, 8> Reads;
297 // Unless I reads Reg.
299 Reads.push_back(Reg);
302 while (!Reads.empty())
303 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid();
MachineInstrBundle.cpp 266 RI.Reads = true;
306 PRI.Reads = true;
RegisterCoalescer.cpp     [all...]
InlineSpiller.cpp     [all...]
MachineBasicBlock.cpp     [all...]
  /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/libvpx/libvpx/build/make/
rtcd.sh 8 Reads the Run Time CPU Detections definitions from FILE and generates a
  /external/oprofile/events/x86-64/family11h/
unit_masks 109 0x10 Upstream display refresh/ISOC reads
110 0x20 Upstream non-display refresh reads
197 0x20 32 Bytes Sized Reads
198 0x40 64 Bytes Sized Reads
  /external/oprofile/events/x86-64/hammer/
unit_masks 94 0x10 Upstream display refresh reads
95 0x20 Upstream non-display refresh reads
122 0x10 32-byte Sized Reads (RevD and later)
123 0x20 64-byte Sized Reads (RevD and later)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 570 """Reads the next meaningful token."""
  /external/protobuf/python/google/protobuf/
text_format.py 621 """Reads the next meaningful token."""
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 237 // Reads next request from the |stream|.
  /external/oprofile/events/i386/atom/
unit_masks 40 0x21 ld L1 Cacheable Data Reads
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 157 """ Reads through the filesystem and obtains information about any Chrome
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 115 ''' Takes a <DOM Element: error> node and reads all the data from it. A
425 '''Reads in a set of files and prints Memcheck report.
  /external/oprofile/events/x86-64/family10/
unit_masks 115 0x10 Upstream display refresh/ISOC reads
116 0x20 Upstream non-display refresh reads
226 0x20 32 Bytes Sized Reads
227 0x40 64 Byte Sized Reads
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 22 * Reads data url from local file to show in img element.
  /external/chromium_org/chrome/browser/resources/
feedback.js 107 * Reads the selected file when the user selects a file.

Completed in 432 milliseconds

1 2