/external/llvm/test/MC/Mips/ |
D | mips-reginfo-fp32.s | 25 # 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.
|
D | mips-reginfo-fp64.s | 47 # 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/ |
D | CodeGenSchedule.cpp | 383 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 …]
|
D | CodeGenSchedule.h | 133 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,
|
D | SubtargetEmitter.cpp | 853 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/ |
D | install.txt | 88 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/ |
D | 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, 0KiB [all …]
|
/external/webrtc/webrtc/modules/audio_processing/transient/test/ |
D | readPCM.m | 4 %Reads a signal from a PCM file.
|
D | readDetection.m | 4 %Reads a detection signal from a DAT file.
|
/external/autotest/client/site_tests/platform_HighResTimers/ |
D | control | 17 Reads from /proc/timer_list to see if any reported timers have nanosecond
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 274 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()
|
D | MachineInstrBundle.cpp | 279 RI.Reads = true; in analyzeVirtReg()
|
D | RegisterCoalescer.cpp | 1276 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()
|
D | InlineSpiller.cpp | 508 if (!RI.Reads) in reMaterializeFor() 948 if (RI.Reads) in spillAroundUses()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 155 bool Reads; member
|
/external/lz4/examples/ |
D | dictionaryRandomAccess.md | 16 Reads the dictionary from a file, and uses it as the history for each block.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 866 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()
|
D | RegisterCoalescer.cpp | 942 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/ |
D | robotparser.rst | 42 Reads the :file:`robots.txt` URL and feeds it to the parser.
|
D | wave.rst | 107 Reads and returns at most *n* frames of audio, as a string of bytes.
|
D | sunau.rst | 159 Reads and returns at most *n* frames of audio, as a string of bytes. The data
|
D | imaplib.rst | 337 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/ |
D | functional.ssbo.txt | 59 SSBO. Reads are validated by comparing values to constant values declared in
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 181 % [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/ |
D | gtest-port.cc.orig | 584 // 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
|