Home
last modified time | relevance | path

Searched refs:Reads (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/test/MC/Mips/
Dmips-reginfo-fp32.s25 # abs.s - Reads and writes from/to $f0.
27 # round.w.d - Reads $f4 and $f5 and writes to $f2.
29 # ceil.w.s - Reads $f8 and writes to $f10.
31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14
33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
Dmips-reginfo-fp64.s47 # abs.s - Reads and writes from/to $f0.
49 # round.w.d - Reads $f4 and writes to $f2.
51 # ceil.w.s - Reads $f8 and writes to $f10.
53 # cvt.s.d - Reads from $f12 and writes to $f14.
55 # abs.d - Reads from $f30 and writes to $f30.
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp383 IdxVec &Writes, IdxVec &Reads) const { in findRWs()
388 findRWs(ReadDefs, Reads, true); in findRWs()
509 IdxVec Writes, Reads; in collectSchedClasses() local
511 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses()
516 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, ProcIndices); in collectSchedClasses()
556 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses()
568 IdxVec Reads; in collectSchedClasses() local
570 Writes, Reads); in collectSchedClasses()
573 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses()
590 ArrayRef<unsigned> Reads) const { in findSchedClassIdx()
[all …]
DCodeGenSchedule.h133 IdxVec Reads; member
149 makeArrayRef(Reads) == R; in isKeyEqual()
370 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
383 ArrayRef<unsigned> Reads) const;
432 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
DSubtargetEmitter.cpp853 IdxVec Reads = SC.Reads; in GenSchedClassTables() local
867 Reads.clear(); in GenSchedClassTables()
869 Writes, Reads); in GenSchedClassTables()
879 Writes, Reads); in GenSchedClassTables()
959 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables()
962 FindReadAdvance(SchedModels.getSchedRead(Reads[UseIdx]), ProcModel); in GenSchedClassTables()
/external/fonttools/Doc/
Dinstall.txt88 fontTools.ttLib -- Extensive TrueType tools. Reads and writes. This is the flagship
92 fontTools.cffLib -- Reads CFF fonts. Writing is a planned feature.
100 fontTools.nfntLib -- Reads Mac NFNT bitmap font resources.
/external/blktrace/doc/
Dblktrace.tex163 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, 0KiB
[all …]
/external/webrtc/webrtc/modules/audio_processing/transient/test/
DreadPCM.m4 %Reads a signal from a PCM file.
DreadDetection.m4 %Reads a detection signal from a DAT file.
/external/autotest/client/site_tests/platform_HighResTimers/
Dcontrol17 Reads from /proc/timer_list to see if any reported timers have nanosecond
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp274 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
300 Reads.push_back(Reg); in findInsertionPoint()
303 while (!Reads.empty()) in findInsertionPoint()
304 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid(); in findInsertionPoint()
DMachineInstrBundle.cpp279 RI.Reads = true; in analyzeVirtReg()
DRegisterCoalescer.cpp1276 bool Reads, Writes; in updateRegDefsUses() local
1277 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses()
1281 if (DstInt && !Reads && SubIdx) in updateRegDefsUses()
1282 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
1292 MO.setIsUndef(!Reads); in updateRegDefsUses()
DInlineSpiller.cpp508 if (!RI.Reads) in reMaterializeFor()
948 if (RI.Reads) in spillAroundUses()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h155 bool Reads; member
/external/lz4/examples/
DdictionaryRandomAccess.md16 Reads the dictionary from a file, and uses it as the history for each block.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp866 bool Reads, Writes; in reMaterializeFor() local
868 tie(Reads, Writes) = MI->readsWritesVirtualRegister(VirtReg.reg, &Ops); in reMaterializeFor()
1126 bool Reads, Writes; in spillAroundUses() local
1128 tie(Reads, Writes) = MI->readsWritesVirtualRegister(Reg, &Ops); in spillAroundUses()
1171 if (Reads) in spillAroundUses()
DRegisterCoalescer.cpp942 bool Reads, Writes; in UpdateRegDefsUses() local
943 tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in UpdateRegDefsUses()
957 if (SubIdx && !Reads) in UpdateRegDefsUses()
975 else if (!Reads && Writes) in UpdateRegDefsUses()
/external/python/cpython2/Doc/library/
Drobotparser.rst42 Reads the :file:`robots.txt` URL and feeds it to the parser.
Dwave.rst107 Reads and returns at most *n* frames of audio, as a string of bytes.
Dsunau.rst159 Reads and returns at most *n* frames of audio, as a string of bytes. The data
Dimaplib.rst337 Reads *size* bytes from the remote server. You may override this method.
342 Reads one line from the remote server. You may override this method.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.ssbo.txt59 SSBO. Reads are validated by comparing values to constant values declared in
/external/webrtc/tools/matlab/
DrtpAnalyze.m181 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME) Reads
185 % STARTROW, ENDROW) Reads data from rows STARTROW through ENDROW of text
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig584 // Reads the entire content of a file as an std::string.
604 // Reads the entire content of a file as a string.
762 // Reads and returns the Boolean environment variable corresponding to
773 // Reads and returns a 32-bit integer stored in the environment
796 // Reads and returns the string environment variable corresponding to

12