HomeSort by relevance Sort by last modified time
    Searched defs:Writes (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 158 /// Writes - One of the operands writes the virtual register.
159 bool Writes;
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 45 /// or a sequence of writes on one operand.
109 /// Writes and ReadDefs are empty. ProcIndices contains 0 for any processor.
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
126 /// that mapped the itinerary class to the variant Writes or Reads.
132 IdxVec Writes;
148 return ItinClassDef == IC && Writes == W && Reads == R;
360 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
372 const IdxVec &Writes,
418 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
SubtargetEmitter.cpp 882 IdxVec Writes = SCI->Writes;
897 Writes.clear();
900 Writes, Reads);
903 if (Writes.empty()) {
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 755 DWORD Writes;
    [all...]

Completed in 157 milliseconds