Home
last modified time | relevance | path

Searched refs:Reads (Results 1 – 25 of 28) 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.cpp377 IdxVec &Writes, IdxVec &Reads) const { in findRWs()
382 findRWs(ReadDefs, Reads, true); in findRWs()
503 IdxVec Writes, Reads; in collectSchedClasses() local
505 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses()
510 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, ProcIndices); in collectSchedClasses()
549 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses()
561 IdxVec Reads; in collectSchedClasses() local
563 Writes, Reads); in collectSchedClasses()
566 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses()
583 ArrayRef<unsigned> Reads) const { in findSchedClassIdx()
[all …]
DCodeGenSchedule.h133 IdxVec Reads; member
149 makeArrayRef(Reads) == R; in isKeyEqual()
359 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
372 ArrayRef<unsigned> Reads) const;
417 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
DSubtargetEmitter.cpp866 IdxVec Reads = SCI->Reads; in GenSchedClassTables() local
881 Reads.clear(); in GenSchedClassTables()
883 Writes, Reads); in GenSchedClassTables()
894 Writes, Reads); in GenSchedClassTables()
975 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables()
978 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/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/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/autotest/client/site_tests/platform_HighResTimers/
Dcontrol18 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.cpp278 RI.Reads = true; in analyzeVirtReg()
DRegisterCoalescer.cpp1183 bool Reads, Writes; in updateRegDefsUses() local
1184 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses()
1188 if (DstInt && !Reads && SubIdx) in updateRegDefsUses()
1189 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseMI)); in updateRegDefsUses()
1199 MO.setIsUndef(!Reads); in updateRegDefsUses()
DInlineSpiller.cpp864 if (!RI.Reads) in reMaterializeFor()
1299 if (RI.Reads) in spillAroundUses()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dcli.rst32 | pyrsa-priv2pub | Reads a private key and outputs the | \- …
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h156 bool Reads; member
/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
/external/llvm/include/llvm/Target/
DTargetSchedule.td323 // Define SchedRead defaults. Reads seldom need special treatment.
/external/tinyxml/
Dreadme.txt244 Reads XML from a stream, making it useful for network transmission. The tricky
/external/nanopb-c/docs/
Dreference.rst577 Read and decode all fields of a structure. Reads until EOF on input stream. ::
/external/openssh/
Dsshd.0223 6. Reads the file ~/.ssh/environment, if it exists, and users are
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch1409 File allFiles[] = dir.listFiles(); // Reads files
/external/tpm2/generator/
Draw_structures_fixed.txt15630 SET (1): Reads of the Index are blocked until the next TPM Reset or
15632 CLEAR (0): Reads of the Index are allowed if proper authorization is

12