Home
last modified time | relevance | path

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

1234

/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/grpc-grpc/doc/
Dstatus_ordering.md1 Ordering Status and Reads in the gRPC API
5 1. Reads and Writes Must not succeed after Status has been delivered.
7 3. Reads May continue to succeed after a failing write.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp427 ID.Reads.resize(TotalUses); in populateReads()
435 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
447 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads()
471 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
480 ID.Reads.resize(CurrentUse); in populateReads()
633 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ReadFile.pbtxt3 summary: "Reads and outputs the entire contents of the input filename."
Dapi_def_CSRSparseMatrixComponents.pbtxt24 summary: "Reads out the CSR components at batch `index`."
Dapi_def_ReadVariableOp.pbtxt15 summary: "Reads the value of a variable."
/external/pigweed/pw_build_info/
Ddocs.rst123 Reads a GNU build ID from an ELF binary by searching for a
129 Reads a GNU build ID from an ELF binary by searching for a
134 Reads a GNU build ID from an ELF binary, first checking for a GNU build ID
/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()
/external/cronet/third_party/protobuf/examples/
Dlist_people.dart35 /// Reads the entire address book from a file and prints all
Dadd_person.dart49 /// Reads the entire address book from a file, adds one person based
/external/protobuf/examples/
Dlist_people.dart35 /// Reads the entire address book from a file and prints all
Dadd_person.dart49 /// Reads the entire address book from a file, adds one person based
/external/webrtc/modules/audio_processing/transient/test/
DreadPCM.m14 %Reads a signal from a PCM file.
DreadDetection.m14 %Reads a detection signal from a DAT file.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp366 SmallVector<unsigned, 8> Reads; in findInsertionPoint() local
392 Reads.push_back(Reg); in findInsertionPoint()
395 while (!Reads.empty()) in findInsertionPoint()
396 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid(); in findInsertionPoint()
/external/libtraceevent/Documentation/
Dlibtraceevent-endian_read.txt6 tep_read_number - Reads a number from raw data.
Dlibtraceevent-field_read.txt6 tep_read_number_field - Reads a number from raw data.
/external/pigweed/pw_varint/
Ddocs.rst50 Reads a maximum of 10 bytes.
/external/python/rsa/doc/
Dcli.rst32 | pyrsa-priv2pub | Reads a private key and outputs the | \- …

1234