Home
last modified time | relevance | path

Searched refs:Writes (Results 1 – 25 of 141) sorted by relevance

123456

/external/pcre/dist/doc/
Dpcre-config.txt27 --prefix Writes the directory prefix used in the PCRE installation for
32 Writes the directory prefix used in the PCRE installation for
36 --version Writes the version number of the installed PCRE libraries to
39 --libs Writes to the standard output the command line options
43 --libs16 Writes to the standard output the command line options
47 --libs32 Writes to the standard output the command line options
52 Writes to the standard output the command line options
57 Writes to the standard output the command line options
61 --cflags Writes to the standard output the command line options
66 Writes to the standard output the command line options
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp386 IdxVec &Writes, IdxVec &Reads) const { in findRWs() argument
390 findRWs(WriteDefs, Writes, false); in findRWs()
512 IdxVec Writes, Reads; in collectSchedClasses() local
514 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses()
519 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, ProcIndices); in collectSchedClasses()
553 if (!SC.Writes.empty()) { in collectSchedClasses()
556 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI) in collectSchedClasses()
569 IdxVec Writes; in collectSchedClasses() local
572 Writes, Reads); in collectSchedClasses()
573 for (IdxIter WI = Writes.begin(), WE = Writes.end(); WI != WE; ++WI) in collectSchedClasses()
[all …]
DCodeGenSchedule.h132 IdxVec Writes; member
148 return ItinClassDef == IC && Writes == W && Reads == R; in isKeyEqual()
360 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
372 const IdxVec &Writes,
418 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
DSubtargetEmitter.cpp870 IdxVec Writes = SCI->Writes; in GenSchedClassTables() local
885 Writes.clear(); in GenSchedClassTables()
888 Writes, Reads); in GenSchedClassTables()
891 if (Writes.empty()) { in GenSchedClassTables()
899 Writes, Reads); in GenSchedClassTables()
903 if (Writes.empty()) { in GenSchedClassTables()
913 for (IdxIter WI = Writes.begin(), WE = Writes.end(); WI != WE; ++WI) { in GenSchedClassTables()
/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/sepolicy/
Dlmkd.te22 ## Writes to /sys/module/lowmemorykiller/parameters/minfree
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td1883 list <WriteSequence> Writes = writes;
2087 SchedVar<A9LMAdr1Pred, A9WriteLMOpsList.Writes[0-1]>,
2088 SchedVar<A9LMAdr2Pred, A9WriteLMOpsList.Writes[0-3]>,
2089 SchedVar<A9LMAdr3Pred, A9WriteLMOpsList.Writes[0-5]>,
2090 SchedVar<A9LMAdr4Pred, A9WriteLMOpsList.Writes[0-7]>,
2091 SchedVar<A9LMAdr5Pred, A9WriteLMOpsList.Writes[0-9]>,
2092 SchedVar<A9LMAdr6Pred, A9WriteLMOpsList.Writes[0-11]>,
2093 SchedVar<A9LMAdr7Pred, A9WriteLMOpsList.Writes[0-13]>,
2094 SchedVar<A9LMAdr8Pred, A9WriteLMOpsList.Writes[0-15]>,
2192 SchedVar<A9LMAdr1Pred, A9WriteLMfpPostRAOpsList.Writes[0-0, 8-8]>,
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h159 bool Writes; member
/external/deqp/doc/testspecs/GLES31/
Dfunctional.ssbo.txt60 shader text. Writes are validated by reading back the SSBO and comparing
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp274 RI.Writes = true; in analyzeVirtReg()
DInlineSpiller.cpp1274 if (RI.Writes) { in spillAroundUses()
1317 if (RI.Writes) in spillAroundUses()
DRegisterCoalescer.cpp1146 bool Reads, Writes; in updateRegDefsUses() local
1147 std::tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops); in updateRegDefsUses()
/external/nanopb-c/docs/
Dreference.rst395 Writes data to an output stream. Always use this function, instead of trying to call stream callbac…
494 Writes the length of a string as varint and then contents of the string. Works for fields of type `…
505 Writes 4 bytes to stream and swaps bytes on big-endian architectures. Works for fields of type `fix…
515 Writes 8 bytes to stream and swaps bytes on big-endian architecture. Works for fields of type `fixe…
/external/llvm/include/llvm/Target/
DTargetSchedule.td225 list<SchedWrite> Writes = writes;
309 // to implement pipeline bypass. The Writes list may be empty to
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt245 # From Unicode: Writes BOM.
256 # From Unicode: Writes BOM.
269 # From Unicode: Writes BOM.
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst137 by the shader resource. Writes to a shader resource are only allowed
/external/selinux/policycoreutils/po/
Dcs.po1754 msgid "Writes syslog messages\t"
Dsi_LK.po1750 msgid "Writes syslog messages\t"
Dlo.po1750 msgid "Writes syslog messages\t"
Dtl.po1750 msgid "Writes syslog messages\t"
Dms_MY.po1750 msgid "Writes syslog messages\t"
Daln.po1750 msgid "Writes syslog messages\t"
Daz.po1750 msgid "Writes syslog messages\t"
Dbr.po1750 msgid "Writes syslog messages\t"
Dnn.po1749 msgid "Writes syslog messages\t"

123456