Searched refs:Writes (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml16 (* Writes the bitcode for module the given path. Returns true if successful. *)
/macosx-10.9.5/system_cmds-597.90.1/sadc.tproj/
H A Dsadc.h75 uint64_t Writes; member in struct:drivestats
H A Dsadc.c554 drivestat->Writes = value;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sadc.tproj/
H A Dsadc.h75 uint64_t Writes; member in struct:drivestats
H A Dsadc.c554 drivestat->Writes = value;
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenSchedule.cpp187 RecVec Seq = RWDef->getValueAsListOfDefs("Writes");
295 findRWs(WI->TheDef->getValueAsListOfDefs("Writes"), WI->Sequence,
385 IdxVec &Writes, IdxVec &Reads) const {
389 findRWs(WriteDefs, Writes, false);
531 IdxVec Writes, Reads;
532 findRWs((*I)->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads);
535 addSchedClass(Writes, Reads, ProcIndices);
554 IdxVec Writes;
556 findRWs((*I)->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads);
558 for (IdxIter WI = Writes
[all...]
H A DCodeGenSchedule.h108 /// Writes and ReadDefs are empty. ProcIndices contains 0 for any processor.
117 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
125 /// that mapped the itinerary class to the variant Writes or Reads.
130 IdxVec Writes; member in struct:llvm::CodeGenSchedClass
348 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
359 unsigned findSchedClassIdx(const IdxVec &Writes, const IdxVec &Reads) const;
400 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
H A DSubtargetEmitter.cpp805 IdxVec Writes = SCI->Writes; local
816 Writes, Reads);
820 if (Writes.empty()) {
839 Writes.clear();
842 Writes, Reads);
850 for (IdxIter WI = Writes.begin(), WE = Writes.end(); WI != WE; ++WI) {
1270 SCIdx = SchedModels.findSchedClassIdx(SC.Writes, SC.Reads);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstrBundle.h140 /// Writes - One of the operands writes the virtual register.
141 bool Writes; member in struct:llvm::MachineOperandIteratorBase::VirtRegInfo
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DWriter.pm198 Pod::WSDL::Writer - Writes XML output for Pod::WSDL (internal use only)
225 Writes the string passed to the method as a <wsdl:documentation> Element
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DWriter.pm198 Pod::WSDL::Writer - Writes XML output for Pod::WSDL (internal use only)
225 Writes the string passed to the method as a <wsdl:documentation> Element
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstrBundle.cpp273 RI.Writes = true;
H A DInlineSpiller.cpp1164 if (RI.Writes) {
1208 if (RI.Writes) {
H A DRegisterCoalescer.cpp875 bool Reads, Writes; local
876 tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dncf.vim63 syn match ncfSetCommandsNum "\(Maximum Concurrent Directory Cache Writes\)\s*="
64 syn match ncfSetCommandsNum "\(Maximum Concurrent Disk Cache Writes\)\s*="
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Net/
H A DSSL.pm536 Writes the parameters passed in (thus, a list) to the socket. Returns
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm578 Writes the parameters passed in (thus, a list) to the socket. Returns
/macosx-10.9.5/system_cmds-597.90.1/sar.tproj/
H A Dsar.c1363 dr->cur_Writes = databuf[i].Writes;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sar.tproj/
H A Dsar.c1363 dr->cur_Writes = databuf[i].Writes;

Completed in 240 milliseconds